Compilers

Sep 4, 2013 at 3:04am
Hey, can someone recommend a good compiler to me? I've read other threads but they doesn't answer my particular question.

I'm still working with basic C++, but to use Code:Blocks I have to install a compiler.

I would like to make programs cross platform (IDK if that's relevant).
I will more than likely be using SFML as a Graphics API.

If you need any other information, I can give it to you.

Thanks.
Sep 4, 2013 at 3:21am
VC++ 2012 is good (That is what I use). But it is an IDE and not a compiler(though it includes one). If you have VS or VC++ installed, Code::Blocks can use its compiler.

MinGW is good.
g++ is good.
gcc is not good.

Etc,

http://www.cplusplus.com/forum/beginner/78825/
Sep 4, 2013 at 4:18am
So to clarify, I would just use a different compiler for a different platform?
Sep 4, 2013 at 5:24am
No, it depends. Some or most compilers are multiplatform. Others, like the compiler for VC++ are probably OS dependent.
Sep 4, 2013 at 7:56am
i strongly recommend you dev-c++.. that is what i use and i think it is very good for your needs
Sep 4, 2013 at 9:49am
When speaking of Dev C++, make sure it is the Orwell version, which is up to date. The original project was abandoned years ago. http://orwelldevcpp.blogspot.com/
Sep 4, 2013 at 10:40am
Indeed i forgot to specify
Sep 4, 2013 at 10:47am
"
MinGW is good.
g++ is good.
"

This.

I use MinGW with Code::Blocks and have found it to be good.
Sep 21, 2013 at 4:00am
Thanks a bunch, everyone.
Sep 21, 2013 at 6:05am
hey hi friends there is also an online compiler that you can do programming in easy way http://cbtsam.com/cppl1/cbtsam-cppl1-029.php
and also get solutions there immediately...!!
Topic archived. No new replies allowed.