Saturday, May 22, 2010

Anyone know where to find a stand alone C++ compiler?

Another excellent choice is Bloodshed Dev C++, which is based on MingW.





http://www.bloodshed.net/devcpp.html

Anyone know where to find a stand alone C++ compiler?
GNUCC can compile C, C++, Objective-C, Fortran, Java, and more and is available for a varierty of platforms including Linux, Unix and Windows.





http://www.gnu.org/software/gcc/gcc.html
Reply:If you want to use the Visual C++ compiler which only compiles for Windows but has quite a few good windows only specific add ons you'll need to get Visual Studio, there's a free version here http://msdn2.microsoft.com/en/express/de...





Otherwise the best other choice would be GCC which can compile for basicly any major platform you can think of.


If your running on Linux it should already be installed. If your running on windows you can either get it from MinGW (http://www.mingw.org/) or Cygwin (http://www.cygwin.com/).
Reply:You can also try WxDevCpp, which is DevCpp fused together with WxWidgets. You can use the mingw or visual c++ compiler. You can also visually edit forms.

crab apple

No comments:

Post a Comment