The Barnes & Noble Holiday Gift Guide! Shop NowThe Barnes & Noble Holiday Gift Guide! Shop Now

GCC 5.2 GNU CPP Reference Manual

Paperback
$19.99
Rewards iconEarn 5X Rewards 1/1 - 12/31
Loading availability...
Pick up in store
Your local store may have stock of this item.

The C preprocessor, often known as cpp, is a macro processor that is used automatically by the C compiler to transform your program before compilation. It is called a macro processor because it allows you to define macros, which are brief abbreviations for longer constructs.

The C preprocessor is intended to be used only with C, C++, and Objective-C source code. In the past, it has been abused as a general text processor. It will choke on input which does not obey C's lexical rules. For…