Camellia said:
jacob navia wrote:
[snip: eclipse is big and slow]
Well it takes fairly short to load on my laptop, about 5 seconds. And
the debugger
is bit longer. Yes as long as I have a quite small project in it
Could you please suggest some IDE that you think are better? I really
have no idea which one I should stick with.
If you're not programming in multiple langauges and you don't need all
the bells and whistles of Eclipse, try code::blocks and DevC++.
Microsoft's Visual so and so environment is also available. There're
also KDevelop and Anjuta under Linux and other UNIX type systems.
You can also explore the possibility of working from a text editor like
Vim or Emacs. They're much less bloated than IDEs and provide many
powerful features for programming, especially in C.
Or you can do your editing with any text editor and invoke the compiler
and other utilities from the command line, which is the traditional
UNIX method.
I suggest trying all these methods out and using whatever is most
comfortable. But be warned that Vim and Emacs have a rather steep
learning curve. But once you've learned them, they become second nature
and more importantly, they, (Vim & Emacs), are available just about
everywhere. And unlike the other IDEs you don't need an X server
running. They can also be used in resource constrained environments
like DOS, (atleast Vim can).
You Google. You'll dig up more options than you'll have time to think
about.