Whats The Difference ?

Jun 26, 2012 at 5:51pm
Could anyone tell me what the difference is from buying a c++ compiler than just downloading a free one like codeblocks ?
Jun 26, 2012 at 5:54pm
closed account (zb0S216C)
Compilers are normally free; it's the IDE you're paying for. Though, there's different compiler vendors; GCC (MinGW) is free, and so is Microsoft's Visual C++ compiler.

Wazzak
Jun 26, 2012 at 6:16pm
codeblocks isn't a compiler. It's an IDE. You have to tell it which compiler to use, and you have to provide that compiler. One of the download options comes with a compiler as well, to save you separately getting the compiler.
Topic archived. No new replies allowed.