Monday, May 24, 2010

How do I compile C++ program in windows ?

is there any free or GNU g++ type compiler to compile C++ program in windows vista ?

How do I compile C++ program in windows ?
install cygwin, it has ports of g++ available that will compile under windows.





http://www.cygwin.com/
Reply:Microsoft Visual C++ Express may be useful:


http://www.microsoft.com/express/vc/
Reply:http://www.bloodshed.net/devcpp.html





You could try Dev-C++. It's what I use and I've never had any problems with it. It comes with MingW (A minimalist GCC port to Windows), so you don't have to deal with setting your own compiler up. There's also CodeBlocks, but I don't have any personal experience with that IDE.

daylily

No comments:

Post a Comment