I just installed ubuntu 2 days back and i wanted to know which is the best compiler for C++ ? I use Visual C++ 6 on WinXP but i don't really know abt ubuntu as i just started using it :pinguin:
Compiler for C++ (ubuntu)
Started by ahmed, Jan 16 2010 10:26 PM
3 replies to this topic
#1
Posted 16 January 2010 - 10:26 PM
|
|
|
#2
Posted 17 January 2010 - 01:24 AM
Ubuntu comes with gcc preinsalled, so you've already got a C compiler, and you can easily add g++ to that by using "sudo apt-get install g++". That's pretty much the de-facto standard compiler for Linux users.
You should also look around on the Software Center for a good IDE or text editor to go with that in your development. A lot of people swear by Vim or Emacs, so you could take a look at them, or you can get a full-fledged IDE like Geany, Code::Blocks, or Anjuta.
You should also look around on the Software Center for a good IDE or text editor to go with that in your development. A lot of people swear by Vim or Emacs, so you could take a look at them, or you can get a full-fledged IDE like Geany, Code::Blocks, or Anjuta.
Wow I changed my sig!
#3
Posted 17 January 2010 - 02:45 AM
I agree that Vlm and Emacs are quite popular, that I have never found them to be my flavor. I personally use Code::Blocks when working in Linux it is a very full featured IDE and I do like it a lot.
#4
Posted 17 January 2010 - 03:11 AM
thanks Zeke and Feral , first i am gona install g++ and yes feral i heard about code blocks so will download it :)


Sign In
Create Account


Back to top









