Debuggers, Compilers, IDEs
Microsoft Visual Studio - The Microsoft IDE. Beautiful, well integrated environment, contains several compilers for C++, Java, Visual Basic, source code viewers, debuggers, etc. A restricted version of the IDE and compiler called Visual C++ 2005 Express Edition is available for free download. (Free as in beer). Compared to previous free versions, the IDE for source code debugging, and the optimizing compiler is now included. No code generation for x64. Also, no ATL or MFC libraries, but we do not use this, since it is not portable to Linux. Please also check the license agreement for restrictions of use!
- You can find information about Visual Studio by going to www.msdn.microsoft.com and then looking for Visual Studio / Visual C++.
GDB - The GNU Project Debugger.
GCC - The GNU compiler collection. High-quality compiler, together with Microsoft Visual C++ the best there is. Available for almost any CPU, due to being Open Source, and very modular and portable. Part of most Linux installations, and is also an optional part of Cygwin.
- The GNU compiler GCC can be found here: gcc.gnu.org. Current stable version is 4.2.2.
Eclipse CDT (C/C++ Development Tooling) - CDT is the C/C++ IDE for the Eclipse software framework.
- For more information on the open source Eclipse framework, see www.eclipse.org and en.wikipedia.org/wiki/Java_eclipse
- More information on the CDT part of Eclipse is available at www.eclipse.org/cdt and at wiki.eclipse.org/index.php/CDT
Copyright © 2006-2007 Thorsten Grötker, Ulrich Holtmann, Holger Keding, Markus Wloka
