C++ compiler

Can anyone give me some download links for free c++ compilers,please? i found one but i have to pay it after a couple of days....
Assuming you're using Windows, you probably want Code::Blocks with mingw. You can get it at http://www.codeblocks.org/downloads/. Download the binary release and make sure you choose the one with mingw. You can also use Microsoft's compiler, but I would not recommend it for a variety of reasons.
Last edited on
try bloodshed dev c++
Or better yet: don't try Dev C++.
http://www.cplusplus.com/articles/36vU7k9E/

I'd say Code::Blocks or (if you're on Windows) MSVisualC++ Express.
GCC is free and very widely used:
http://gcc.gnu.org/install/binaries.html
Blodsed dev c++ is the best for beginners. just Google the name you will get a piles of links
it's totally free
Blodsed dev c++ is the best for beginners.


Bloodshed Dev C++ is now one of the worst options for beginners. It tricks them into thinking they're doing great, but lets them use C++ that was wrong over a decade ago, and then when they have to deliver working code or work with other people, they find out they've been misled and have to unlearn all the bad things they learned.
Last edited on
Topic archived. No new replies allowed.