Wednesday, March 17, 2010

how to install g++ on ubuntu

The GNU C compiler is also called gcc and C++ is called g++. You
may also require the GNU make utility. All of them can get installed
by getting the build-essential package.
Just use this command:

Code:
sudo aptitude update && sudo aptitude install g++

No comments:

Post a Comment