Page 1 of 1

C++ compiler

Posted: Sat Dec 05, 2009 3:07 pm
by siyuangao
I am using Dev-C++ to compile my irrlicht projects right now, is it a good compiler?? Can you suggest some compiler that I could use?

Posted: Sat Dec 05, 2009 3:41 pm
by Sylence
Dev-Cpp isn't a compiler but an IDE.
It's dead since 4 years or so. You should take a look at Code::Blocks or MS Visual Studio 2008 Express

Posted: Sat Dec 05, 2009 9:13 pm
by Josie
Sylence wrote:Dev-Cpp isn't a compiler but an IDE.
It's dead since 4 years or so. You should take a look at Code::Blocks or MS Visual Studio 2008 Express
Agreed. Code::Blocks is very easy to learn and takes a lot of the pain out of it. MSVC, traditionally, has been a great pain in the tail for beginners, but I have no experience with the Express editions.

Posted: Sun Dec 06, 2009 12:02 am
by siyuangao
Thanks :D

Posted: Sun Dec 06, 2009 3:11 am
by BlindSide
Josie wrote:I have no experience with the Express editions.
I switched from Express to Ultimate (MS Bizspark deal) and noticed absolutely no difference. The compile speed was slightly faster and there were a bunch of new profiling options which I never use.

Posted: Sun Dec 06, 2009 4:30 am
by Josie
BlindSide wrote:
Josie wrote:I have no experience with the Express editions.
I switched from Express to Ultimate (MS Bizspark deal) and noticed absolutely no difference. The compile speed was slightly faster and there were a bunch of new profiling options which I never use.
Good to know. I was highly disappointed that the Professional Edition doesn't have a profiler. GDB/Valgrind is better anyways.

Posted: Wed Dec 09, 2009 9:09 pm
by Krazoa
what is code::blocks?

Posted: Thu Dec 10, 2009 6:28 am
by Sylence