go to this link:
http://www.bloodshed.net/dev/devcpp.html
or www.bloodshed.net
there is a c++ compiler there you can download for free.
How do i get a compiler for c++?
GCC (http://gcc.gnu.org/) is a very popular free compiler. There are versions that run under Windows (mingw). GCC is better suited for command line applications, or apps using various graphics libs, than for Windows GUI apps.
Reply:Lots of them available on the market on payments, But I guess you are looking for free one, aren't you?
Well DEV C++ is an absolutely freeware. Have it from:
http://www.bloodshed.net/
Reply:If your on Linux, the de facto C++ compiler is G++ which is incluided in the GCC collection. All linux systems should have it already installed by default. It's webpage is here http://gcc.gnu.org/
G++/GCC is also really popular on Windows, two popular ways of using it on windows is MinGW http://www.mingw.org/ and cygwin http://www.cygwin.com/
The most common compiler on Windows however seems to be the Visual Studio compiler, you can get it included with a free Visual Studio Express C++ IDE here http://msdn.microsoft.com/vstudio/expres...
Two other alternative compilers for windows are Digital Mars http://www.digitalmars.com/ and Open Watcom http://www.openwatcom.org/index.php/Main...
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment