I'm in a C & Unix class and were starting to get into writing some C code.
I'm coming from a java background and I've always used eclipse because it helped me learn the language faster because it caught errors for me without having to compiling it and I really like it because of the auto code complete.
I haven't really gotten into xCode but does xCode have auto code complete? and can it find errors on the fly like eclipse?
Are there any other IDE's I should consider instead of xCode or Eclipse? I'm only doing console based programs so I don't need anything special, just something with code complete and syntax checking (without having to compile).
Thanks.
EDIT: Also I'm still pretty new to this so bear with me but I have to use the GCC compiler, if that matters.
I'm coming from a java background and I've always used eclipse because it helped me learn the language faster because it caught errors for me without having to compiling it and I really like it because of the auto code complete.
I haven't really gotten into xCode but does xCode have auto code complete? and can it find errors on the fly like eclipse?
Are there any other IDE's I should consider instead of xCode or Eclipse? I'm only doing console based programs so I don't need anything special, just something with code complete and syntax checking (without having to compile).
Thanks.
EDIT: Also I'm still pretty new to this so bear with me but I have to use the GCC compiler, if that matters.