C++ Compiler

May 25, 2008 at 1:57am
Hi guys. I need your help. I'd like toask where i get C++ compiler or instaler. Thanks.
May 25, 2008 at 3:53am
Try Dev-C++ or microsoft Visual Studio.
May 25, 2008 at 3:53am
Windows

Visual C++ 2008 Express
http://www.microsoft.com/express/vc/

Turbo C++ Explorer
http://www.turboexplorer.com/cpp

MinGW (GCC)
http://www.mingw.org/

Unix/Linux

Check your OS documentation.

GCC
http://gcc.gnu.org/

Intel C++ (non-commercial use only)
http://www.intel.com/cd/software/products/asmo-na/eng/219771.htm

Mac

Xcode
http://developer.apple.com/tools/xcode/

Eclipse
http://www.eclipse.org/

OS X comes with the GCC
Last edited on May 25, 2008 at 3:56am
Topic archived. No new replies allowed.