GCC 5.2 GNU CPP Reference Manual - Zachary Weinberg - 書籍 - Samurai Media Limited - 9789888381708 - 2015年11月14日
カバー画像とタイトルが一致しない場合、正しいのはタイトルです

GCC 5.2 GNU CPP Reference Manual

価格
€ 22,49
税抜

遠隔倉庫からの取り寄せ

発送予定日 年12月17日 - 年12月30日
クリスマスプレゼントは1月31日まで返品可能です
iMusicのウィッシュリストに追加

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 example, apostrophes will be interpreted as the beginning of character constants, and cause errors. Also, you cannot rely on it preserving characteristics of the input which are not significant to C-family languages. If a Makefile is preprocessed, all the hard tabs will be removed, and the Makefile will not work.

メディア 書籍     Paperback Book   (ソフトカバーで背表紙を接着した本)
リリース済み 2015年11月14日
ISBN13 9789888381708
出版社 Samurai Media Limited
ページ数 86
寸法 216 × 280 × 5 mm   ·   222 g
言語 英語