In a nutshell, a preprocessor is a computer program that modifies data to conform with the input requirements of another program.
Вкратце препроцессор - это программа, модифицирующая данные под входные требования другой программы.
The simplest form of source code generator is a macro processor, such as the C preprocessor, which replaces patterns in source code according to relatively simple rules.
Самая простая форма генератора исходного кода - макро-процессор, такой как препроцессор С, который заменяет образцы в исходном коде согласно относительно простым правилам.
Note that each preprocessor directive must be on a separate line by itself.
Кроме того, каждая директива препроцессора должна занимать отдельную строку.
Every preprocessor directive starts with a symbol.
Lines that begin with are processed by the preprocessor before the program is compiled.
Строки, начинающиеся с , обрабатываются препроцессором перед компиляцией программы.
G++ is a compiler, not merely a preprocessor.
Но при этом G++ все равно является компилятором, а не просто препроцессором.
A preprocessor performs macro substitution, conditional compilation, and inclusion of named files.
Препроцессор выполняет макроподстановку, условную компиляцию, включение именованных файлов.
Miscellaneous C preprocessor and compiler options.
Дополнительные опции препроцессора и компилятора с языка С.
The algorithm (omitting preprocessor directives and comments) is as follows
Алгоритм (исключая директивы препроцессора и комментарии) выглядит так
Line 1 is a special type of line called a preprocessor directive.
Строка 1 - это специальный тип инструкции, который называется директивой препроцессора.
To display the chart in a separate window, the following preprocessor directive should be used:
Для вывода графика в отдельном окне служит следующая директива препроцессора:
There were lines with directives for the compiler's preprocessor (those beginning by ).
Существует строка с директивой для препроцессора (начиная с ).
There is a line with a directive for the preprocessor (beginning with ).
Существует строка с директивой для препроцессора (начиная с ).