Search notes:

Preprocessor

Preprocessor: #if
Preprocessor: #ifdef
#include
#pragma once
macros

Misc

The FHS requires, for historical reasons, that /lib/cpp is a symbolic link to the preprocessor.

GCC and cl Options

gcc provides a few options related to preprocessing:
Some Visual Compiler options are /E, /P and /EP.

See also

usr/bin/cpp
C / C++

Index