在 英语 中使用 The preprocessor 的示例及其翻译为 中文
{-}
-
Political
-
Ecclesiastic
-
Programming
Or, you could abuse the preprocessor:.
The preprocessor makes only textual replacements.
These directives tells the preprocessor to perform specific.
The preprocessor is an important part of the compiler.
Even C had some evil hack mimicking this: the preprocessor.
人们也翻译
These directives tells the preprocessor to perform specific actions.
The preprocessor will replace it and the code won't compile.
SYSTEM_H will be expanded, and the preprocessor will look for system_1.
That's because const is treated by the compiler and define by the preprocessor.
Like the preprocessor, the linker is a separate program called id.
Even for C, the trick is suspicious: it uses the preprocessor to define new syntax.
First, a tool called the preprocessor goes through your code and manipulates it a little bit.
Some tools let you write text-align: start instead of text-align: left,and let the preprocessor handle things for you.
The preprocessor is responsible to convert preprocessor directives into their respective values.
Angular brackets< and> instruct the preprocessor to look in the standard folder where all header files are held.
The preprocessor is a tool, i.e. it's one more thing which you have to add to your environment.
Tokenizer: a callable that takes the output from the preprocessor and splits it into tokens, then returns a list of these.
In LISP, the preprocessor can be used to encode design patterns, greatly reducing the amount of code needed.
Tokenizer: a callable that takes the output from the preprocessor and splits it into tokens, then returns a list of these.
When the preprocessor finds an include directive it replaces it by the whole content of the specified file.
It's not yet time to retire the preprocessor, but you should definitely give it long and frequent vacations.
The preprocessor defined operator is used in constant expressions to determine if an identifier is defined using define.
Also, we can't use our own implementation of the preprocessor: We need to run exactly the preprocessor that will be compiling this code.
This tells the preprocessor that as it goes along the file, it should replace every occurrence of something.
It's not yet time to retire the preprocessor, but you should definitely give it long and frequent vacations.
Using the preprocessor- describes the use of the GNU C preprocessor cpp, which is part of the GCC package.
This tells the preprocessor that as it goes along the file, it should replace every occurrence of something with something_else.
Using the preprocessor- describes the use of the GNU C preprocessor cpp, which is part of the GCC package.