| | |
Best C++ compiler
Please support our C++ advertiser: Intel Parallel Studio Home
![]() |
Never use old Borland C++ compilers (except for dog fights with deviations of C++ standard).
The best free C++ compiler + IDE now is VC++ 2008 Express edition, of course. Regrettably, its distribution size is ~200 Mb + ~200 Mb for MSDN Expess (if you want more than rudimentary help) + ~150 Mb of Windows SDK (if you want Windows API).
Otherwise I think the best choice (especially for beginners) is Code::Blocks IDE with MinGW port of GNU C++ compiler. It's a compact and relatively well-supported system.
http://www.codeblocks.org/
Dev-C++ IDE (with the same MinGW ported compiler) was a good choice some year ago. As far as I know it's a frozen project now (old versions of MinGW etc).
The best free C++ compiler + IDE now is VC++ 2008 Express edition, of course. Regrettably, its distribution size is ~200 Mb + ~200 Mb for MSDN Expess (if you want more than rudimentary help) + ~150 Mb of Windows SDK (if you want Windows API).
Otherwise I think the best choice (especially for beginners) is Code::Blocks IDE with MinGW port of GNU C++ compiler. It's a compact and relatively well-supported system.
http://www.codeblocks.org/
Dev-C++ IDE (with the same MinGW ported compiler) was a good choice some year ago. As far as I know it's a frozen project now (old versions of MinGW etc).
Last edited by ArkM; Feb 21st, 2009 at 11:36 am.
If everyone is giving opinions, I would also cast my vote to GNU GCC
If you are on a Linux, you probably already know about it.
GNU g++ is the command line compiler. But there exists various IDE like Dev-C++ which uses GNU g++ as the compiler.
I personally use a normal Text Editor and Commandline.
But you may also like to have a look at CodeBlocks which is a free IDE.
On windows, there exists MinGW as a port of G++.
So, if you ask me a good compiler on windows, my opinion goes with
MinGW gcc, with CodeBlocks
http://www.codeblocks.org/downloads/5
Although, compiler's completely depends on taste of the programer.
I am sorry ArkM , I didnt notice you already have told him about GNU g++
If you are on a Linux, you probably already know about it.
GNU g++ is the command line compiler. But there exists various IDE like Dev-C++ which uses GNU g++ as the compiler.
I personally use a normal Text Editor and Commandline.
But you may also like to have a look at CodeBlocks which is a free IDE.
On windows, there exists MinGW as a port of G++.
So, if you ask me a good compiler on windows, my opinion goes with
MinGW gcc, with CodeBlocks
http://www.codeblocks.org/downloads/5
Although, compiler's completely depends on taste of the programer.
I am sorry ArkM , I didnt notice you already have told him about GNU g++
Last edited by siddhant3s; Feb 22nd, 2009 at 8:27 am.
Siddhant Sanyam
(Not posting much)
My Blog: Yatantrika
Migrate to Standard C++ :When to tell your C++ Code is Non-Standard.
Please Read before posting: How To Ask Questions The Smart Way
(Not posting much)
My Blog: Yatantrika
Migrate to Standard C++ :When to tell your C++ Code is Non-Standard.
Please Read before posting: How To Ask Questions The Smart Way
![]() |
Similar Threads
- C++ Compiler??? (C++)
- C compiler... Man I feel lame (*nix Software)
- compiler (C++)
- ?'s, JPG, Free Store and Compiler Synthesis (C)
Other Threads in the C++ Forum
- Previous Thread: C++ Factorization
- Next Thread: please help me with this
| Thread Tools | Search this Thread |
Tag cloud for C++
api application array arrays based beginner binary bmp c++ c/c++ calculator char char* class classes code compile compiler console conversion convert count data delete deploy dll download dynamic dynamiccharacterarray encryption error file format forms fstream function functions game givemetehcodez graph gui homeworkhelp iamthwee ifstream input int java lib library linker list loop looping loops map math matrix memory microsoft newbie news number numbertoword output pointer problem program programming project python random read recursion recursive reference rpg simple sorting string strings struct temperature template templates test text text-file tree url variable vector video visual visualstudio void win32 windows winsock wordfrequency wxwidgets






