installing gnu c++ compiler

help me in installing gnu c++ compiler
sudo apt-get install g++

or
yum install gcc-c++
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
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
Lol ne555. I was having a similar chicken and egg dilemma when it came to retrieving the git source from github ;)
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.