| | |
Ubuntu Linux 6.06 LTS C++ Compiler
![]() |
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
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
"Technological progress is like an axe in the hands of a pathological criminal."
![]() |
Similar Threads
- Oh Jeez! Diagram help... (*nix Software)
- Videos in Ubuntu Linux 6.06 LTS (*nix Software)
- Firefox default (Don't want Epiphany) (*nix Software)
- Linux compilers (C++)
- Windows vs Linux (IT Professionals' Lounge)
Other Threads in the *nix Software Forum
- Previous Thread: Oh Jeez! Diagram help...
- Next Thread: installing? O_o
| Thread Tools | Search this Thread |






