preprocessor directive
[/ˌpriːprɒˈsɛsər dɪˈrɛktɪv/]
nounpl: preprocessor directives
diretiva de pré-processador
1. A command in source code that instructs the preprocessor to perform specific operations before the main compilation process begins, typically beginning with a hash symbol (#) in languages like C and C++
The #include preprocessor directive tells the compiler to insert the contents of a header file into the source code.
A diretiva de pré-processador #include instrui o compilador a inserir o conteúdo de um arquivo de cabeçalho no código-fonte.
2. Instructions processed by a preprocessor that handle tasks such as including files, defining macros, and conditional compilation before actual compilation
Using the #define preprocessor directive, developers can create constants and macros to improve code readability.
Usando a diretiva de pré-processador #define, os desenvolvedores podem criar constantes e macros para melhorar a legibilidade do código.
This is technical terminology used predominantly in software development and computer science education. The term is standardized internationally with minimal regional variation. In Brazil, it is primarily used in university computer science programs and professional development environments. English terminology is often retained in Portuguese-speaking technical communities due to the global nature of programming languages and documentation.
Look up more words on Fala2Me
The free English-Portuguese dictionary with real Brazilian accents, NYC slang, conjugator and more
Open Fala2Me →