installing gnu c++ compiler

Oct 29, 2011 at 9:45pm
help me in installing gnu c++ compiler
Oct 29, 2011 at 9:51pm
sudo apt-get install g++

or
yum install gcc-c++
Oct 29, 2011 at 10:27pm
On the offchance that you're on Windows, you'll want MinGW, which is the Windows port of GCC.
http://www.mingw.org/wiki/Getting_Started
Oct 30, 2011 at 12:24am
pacman, aptitude, synaptic, or whatever package manager that you've got.

Alternatively you could download the source code and build it yourself.
wait...
Last edited on Oct 30, 2011 at 12:25am
Oct 30, 2011 at 7:44am
Lol ne555. I was having a similar chicken and egg dilemma when it came to retrieving the git source from github ;)
Oct 30, 2011 at 3:33pm
closed account (1yR4jE8b)
On Linux, use your package manager.

On windows, use the automated installer: http://sourceforge.net/projects/mingw/files/Automated%20MinGW%20Installer/mingw-get/
Topic archived. No new replies allowed.