looking for c++ program

Feb 27, 2012 at 4:47pm
im new to c++ and im not sure which compiler to use.
Feb 27, 2012 at 5:03pm
On Windows, you have essentially two viable choices if you want to keep it free, those being Visual C++ and MinGW. The first comes with Visual Studio, the other comes bundled with other IDEs like Code::Blocks, but can be installed alone as well.
Last edited on Feb 27, 2012 at 5:03pm
Feb 28, 2012 at 5:16am
on windows, i prefer visual c++ (you can use visual c++ express for free), but you should get linux and use g++ (mingw is a windows adaptation of g++) :P
Topic archived. No new replies allowed.