Can any one suggest me a Best IDE for C programming ( With auto completion feature)?
Huh? I really don't understand that answer.
Billy ONeal
2010-10-21 05:53:13
oh...!!! is it?
Thomas Anderson
2010-10-21 05:53:33
My point is that you should learn to code by writing on paper rather than using an IDE and debugger as a crutch to learn by "change things until it compiles" then "change things until it works".
R..
2010-10-21 06:03:12
you can use CTRL-n to autocomplete already entered words(either in the same file or from some preloaded dictionary), but I don't know of a way in which you can do API auto-completion e.g. like Eclipse or Visual Studio do. But I'm sure there should be some plugin for that, just that I am not aware of it.
Aman Jain
2010-10-21 06:00:24