A compiler is necessary to make your source code (..c, .cpp, or .cc files) into a running program. If you're just starting out, you'll need to make sure that you have one before you start. There are many compilers available
Terminology:
Compilers:
- Code::Blocks and MINGW Our recommended free compiler setup!
- Borland Find out how to download and set up Borland's free command-line compiler
- DJGPP Read about DJGPP, a DOS-based compiler
- Dev-C++ and Digital Mars Read about Dev-C++, a good windows based compiler, and Digital Mars
- Microsoft Visual C++ you must have heard about Visual C++
- g++ is a C++ compiler that comes with most *nix distributions.
- gcc is a C(and many other) compiler that comes with most *nix distributions.
- Apple's own Macintosh Programmer's Workshop is a compiler I've never used, but it is direct from apple and free.
- Codewarrior My experiences with Codewarrior are limited to Java programming, though it's gotten good reviews in the past. It's a full IDE rather than just a compiler, meaning that it has a text editor and debugger integrated with the compiler so you can do all your work from one place.
No comments:
Post a Comment