Results 1 to 2 of 2
People have said Use G++ but i get to like this site mirrors-us.seosue. com/gcc/
and I dont know what to do.
Also,
my question mark key gives me _ and ...
- 04-24-2011 #1Just Joined!
- Join Date
- Apr 2011
- Posts
- 1
C++ compiler for ubuntu linux
People have said Use G++ but i get to like this site mirrors-us.seosue. com/gcc/
and I dont know what to do.
Also,
my question mark key gives me _ and my colon key gives me >
How can I fix that
- 04-25-2011 #2Just Joined!
- Join Date
- Dec 2009
- Location
- Maryland, USA
- Posts
- 83
At a command prompt, type:
This will install many things necessary for a programming environment, including the necessary compilers.Code:sudo apt-get install build-essential
Sometimes, people asking for compilers are also looking for an Integrated Development Environment, or IDE. If you are also looking for an IDE or programmer's editor for C++, consider Geany, Eclipse, Code::Blocks, to name a few. If you search here and on Goggle for "C++ IDE," you'll find many discussions and other suggestions.


Reply With Quote