First page Back Continue Last page Graphics
C++ Pre-Processor
Directives start with #
e.g. #include
These are processed prior to sending the program to the compiler.
To examine include files see /usr/include/g++-3
- Practice: Examine some of the include files.
Strict source text include.
The compiler does the translation.