Nov 1, 2012 at 7:34pm UTC
Alright, so I decided to start programming for Linux, but I'm not sure what the best IDE I should use.
I'm use to using Microsoft Visual Studios 2010/2012.
So what would you suggest I use?
Using Ubuntu 12.04 btw.
Nov 1, 2012 at 10:14pm UTC
For Linux, I normally use Eclipse CDT or Code::Blocks. I am not suggesting they're both the best, but for my everyday work, they do the job for me.
Nov 2, 2012 at 2:38am UTC
I really love Geany, its really simple to use and pretty lightweight
Nov 2, 2012 at 2:30pm UTC
I like QtCreator - it can make use of all sorts of different technologies, cross compile to different OS's and much much more. There is enough stuff in there to keep you going for a lifetime.
Nov 3, 2012 at 12:45am UTC
For starters, I recommend a simple text editor that handles auto-indenting for C++, and a command-line compiler.