Whats The Difference ?

Could anyone tell me what the difference is from buying a c++ compiler than just downloading a free one like codeblocks ?
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
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.