I need to find a free complier

Does anyone know when I can get a free complier so I may place my code to hopefully create a new lab experiment???
Most compilers are free, are you having trouble finding one? MSVC, MinGW, clang, gcc, etc. (clang has good C++11 support, on Windows you can use the "experimental" version for MinGW)
There's also online compilers:
http://ideone.com/
http://sourcelair.com/
Last edited on
closed account (17ihb7Xj)
Dev C++: http://www.bloodshed.net/devcpp.html

Code::Blocks: http://www.codeblocks.org/

Eclipse: http://www.eclipse.org/

Notepad++: http://notepad-plus-plus.org/


Just to name a few.
Those are IDEs
Not Bloodshed, please. That's the obsolete one. The Orwell version is newer.
@MrJake: Dev C++ is outdated and generally deprecated, Code::Blocks is somewhat bloaty, I didn't know Eclipse did C++, and Notepad++ is not a compiler.
Last edited on
closed account (17ihb7Xj)
You can get plug-ins for Eclipse for C++ development. I was assuming that the OP was looking for an IDE, not just a compiler.
Okay I find I hate using Dev C++, What is the successor or a better verison than this one???
Last edited on
*nix
Topic archived. No new replies allowed.