Compiler

I'm looking for a compiler to compile my c++ code. I'm currently using Notepadd++ to write the code, but I don't have anything downloaded to compile that code. Any suggestions?
closed account (jwkNwA7f)
Visual Studio (Windows only):
http://www.microsoft.com/visualstudio/eng/visual-studio-2013
or
Code::Blocks:
http://www.codeblocks.org
I'm not looking for an IDE, just the compiler.
If you have a 64-bit Windows:
http://nuwen.net/mingw.html
If you have a 32-bit Windows, just use normal MinGW
If you have linux or OSX, I recommend clang. It's possible to use clang on windows but you have to compile it yourself.
There are at least two places where short programs could be compiled online in many different languages.

http://ideone.com

http://codepad.org

I myself use them extensively, especially when writing problems and checkers for my programming-related website http://codeabbey.com

The first is richer, supports more languages and in most cases I dare to recommend it. It allows also not too bad online editor and ability to save your programs in your account.
Last edited on
Topic archived. No new replies allowed.