C++ compiler

Started by
1 comment, last by Thaligar 19 years, 4 months ago
Currently been programming w/ VS2005 C# a few months. Visual C++ doesn't work and I am trying to use the classes in the book "3D Math Primer for Graphics and Game development". What do you suggest I use to compile and run C++ programs? I saw a search result for Borland Enterprise C++ Trial compiler? Thanks.
Advertisement
There are many many many free C(++) compilers. Even Microsoft offers their professional C++ compiler toolkit for free. If you want an IDE, however, you can use Dev C++ or MinGW Developer Studio (main site down), just to name two.
I use the free available compiler and linker in the vs2003 toolkit, go get it[smile]

http://www.microsoft.com/downloads/details.aspx?FamilyID=272be09d-40bb-49fd-9cb0-4bfa122fa91b&DisplayLang=en

...damn darookie was faster, only couple of seconds[wow]

This topic is closed to new replies.

Advertisement