Page 1 of 1
Re: Looking For a Good Compiler
Posted: Fri Oct 08, 2010 5:38 pm
by eatcomics
try the Qt IDE, its free, but its a quite a bit different from others.
My advice is *USE VISUAL STUDIO* or try and get codeblocks working
Re: Looking For a Good Compiler
Posted: Fri Oct 08, 2010 7:32 pm
by matt2224
Qt Creator
Re: Looking For a Good Compiler
Posted: Fri Oct 08, 2010 7:57 pm
by mv2112
Go hardcore:
Switch to linux (easier)
Use Pico for editing
G++/GCC and make for compiling
Re: Looking For a Good Compiler
Posted: Fri Oct 08, 2010 8:53 pm
by Ginto8
mv2112 wrote:Go hardcore:
Switch to linux (easier)
Use Pico for editing
G++/GCC and make for compiling
good god no. Don't switch to linux just for a compiler, and don't use straight gcc/++ for compilation. Install the codeblocks that comes with minGW, and maybe also get Qt Creator. Don't go overboard, and don't give up a good compiler just because you want a free/open source one. If you
really want to, go ahead.