View Single Post
  #2   (View Single Post)  
Old 8th July 2008
JMJ_coder JMJ_coder is offline
VPN Cryptographer
 
Join Date: May 2008
Posts: 464
Default

Hello,

For me, I pretty much use:

vi/vim
gcc (or some other compiler)
gdb (when needed)


I either work in the console or in an xterm. I have tried out a couple IDE's but never really got into them - especially when it makes me create a whole project just to create a 100-200 line quick program.

This fall, when I learn Java, the university really pushes NetBeans as part of the class - so I'll probably use that IDE for that class.
__________________
And the WORD was made flesh, and dwelt among us. (John 1:14)

Last edited by JMJ_coder; 8th July 2008 at 12:37 AM.
Reply With Quote