- Author: Brian Gough
- Format: online HTML
- Price: free
This manual provides an introduction to the GNU C and C++ Compilers, gcc and g++, which are part of the GNU Compiler Collection (GCC).
Chapters include:
- Introduction
- Compiling a C program
- Compilation options
- Using the preprocessor
- Compiling for debugging
- Compiling with optimization
- 7 Compiling a C++ program
- Platform-specific options
- Troubleshooting
- Compiler-related tools
- How the compiler works
- Examining compiled files
- Common error messages
- Getting help