C++ compiler
C++ compiler
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?
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.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
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.Josie wrote:I have no experience with the Express editions.
ShadowMapping for Irrlicht!: Get it here
Need help? Come on the IRC!: #irrlicht on irc://irc.freenode.net
Need help? Come on the IRC!: #irrlicht on irc://irc.freenode.net
Good to know. I was highly disappointed that the Professional Edition doesn't have a profiler. GDB/Valgrind is better anyways.BlindSide wrote: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.Josie wrote:I have no experience with the Express editions.