preprocessor directive / noun
#undef / desdefir / remover definição
1. A preprocessor directive in C and C++ programming languages that removes or undefines a previously defined macro
#undef MAX_SIZE removes the definition of the MAX_SIZE macro
#undef MAX_SIZE remove a definição da macro MAX_SIZE
2. Used in conditional compilation to stop the existence of a macro identifier
After #undef DEBUG, the DEBUG macro is no longer available for use
Após #undef DEBUG, a macro DEBUG não está mais disponível para uso
This is a technical programming term with no cultural variation. It is exclusively used in software development contexts when working with C or C++ code, and maintains identical usage across all English and Portuguese-speaking regions.
Look up more words on Fala2Me
The free English-Portuguese dictionary with real Brazilian accents, NYC slang, conjugator and more
Open Fala2Me →