Your compiler is the actual program that converts the source code into computer binary. The only C++ compiler available for Linux that I know of is g++, which is based off of gcc and is usually packaged together. It can be downloaded by using apt-get.
I'm wondering if you mean IDE. Integrated Development Environments provide a text editor with syntax coloring, a way to organize multiple files in a project, and when you press the compile button, it calls a compiler, in Linux this means it will run gcc/g++. There are many IDEs available for Linux; a while back I posted a few links:
http://www.daniweb.com/techtalkforums/post253825-2.html
All of these will work on Ubuntu, so feel free to try them out.
Hope this helps
John A
Vampirical Lurker
7,630 posts since Apr 2006
Reputation Points: 2,240
Solved Threads: 339
sudo apt-get install build-essentials
evstevemd
Senior Poster
3,713 posts since Jun 2007
Reputation Points: 462
Solved Threads: 392
Try anjuta ide.
nice c++ ide. compiles on MS and *nix
Code::Block/CodeLite are superior to Anjuta.
evstevemd
Senior Poster
3,713 posts since Jun 2007
Reputation Points: 462
Solved Threads: 392
Well but i prefer nano or vim.
and manually make and compile .
;)
With big project (hundreds of files), aren't you going to faint?
evstevemd
Senior Poster
3,713 posts since Jun 2007
Reputation Points: 462
Solved Threads: 392
You get bored with IDE's taking long to load.
;)
Talking of Java?
evstevemd
Senior Poster
3,713 posts since Jun 2007
Reputation Points: 462
Solved Threads: 392
I can't manage my big projects without IDE. With Java/PHP i'm proud user of Netbeans though I used and loved IJ idea. It only missed PHP and I'm yet to find good PHP IDE, so I went back to NB. With C++, I struggled whether C::B or CodeLite and ended with CL and I don't regret. I use alot of libraries so, using text is impractical plus RADs and such stuffs. I shyed away from perl from my early days of learning programming and fell in love with Python....So practically i'm justified ;)
evstevemd
Senior Poster
3,713 posts since Jun 2007
Reputation Points: 462
Solved Threads: 392
Thats the beauty of programming. Flavors flavors flavor.
What ever turns you on ;)
There you are :)
evstevemd
Senior Poster
3,713 posts since Jun 2007
Reputation Points: 462
Solved Threads: 392