Search code examples
How do I remove a C-style cast from a #define so I can use it in a preprocessor #if?...


c++preprocessor-directive

Read More
How are the __cplusplus directive defined in various compilers?...


c++preprocessor-directivecompiler-version

Read More
In C++, can I use a preprocessor directive inside of a statement on one line, like I can do in Delph...


c++delphic-preprocessorpreprocessor-directive

Read More
C# preprocessor directive is not taken into account in Visual Studio 2022 project...


c#visual-studiopreprocessor-directive

Read More
I need to write a series of C++ switch branches that do the same thing but to different variables. H...


c++switch-statementemulationpreprocessor-directive

Read More
I want to nest include files inside include files. Why cant I do that in Inno Setup?...


preprocessorinno-setuppreprocessor-directive

Read More
Is there a compiler directive to replace part of a constant...


cpreprocessor-directivecompiler-directives

Read More
Understanding why certain preprocessor macro overloads don't work...


c++macrosvisual-studio-2022preprocessor-directive

Read More
Ignore the use of a C++ function during compilation having operator<<...


c++operator-overloadingoverloadingc-preprocessorpreprocessor-directive

Read More
IBM XL C/C++ Compiler: check compiler mode using preprocessor directive...


c++preprocessor-directivexlc

Read More
Portability of #warning preprocessor directive...


c++c-preprocessorwarningsportabilitypreprocessor-directive

Read More
Multi-line DEFINE directives?...


c++cpreprocessor-directive

Read More
How to dynamically expand a variable in CPP...


c++cmakec-preprocessorpreprocessorpreprocessor-directive

Read More
How can I know if my compiler support XXXX C++11 feature?...


c++c++11cross-compilingpreprocessor-directive

Read More
_Generic length-function fails when default: sizeof(x)/sizeof((x)[0])...


cgccsizeofpreprocessor-directive

Read More
Avoid duplication of code using C token pasters...


cpreprocessor-directive

Read More
Is it legal to use #elif with #ifdef?...


c++c-preprocessorpreprocessorpreprocessor-directive

Read More
Why use preprocessor #if statements instead of if() else?...


c++if-statementc-preprocessorpreprocessor-directive

Read More
#if vs #ifndef vs #ifdef...


c++cpreprocessor-directive

Read More
Can #if pre-processor directives be nested in C++?...


c++c-preprocessorpreprocessor-directive

Read More
Preprocessor #if equality directive not working as expected...


c++compiler-errorscompilationc-preprocessorpreprocessor-directive

Read More
How to set and access a custom pre-processor variable?...


fortranintel-fortranpreprocessor-directive

Read More
#define, #ifdef #undef #endif...


cvisual-studio-2008c-preprocessorpreprocessor-directive

Read More
What's the meaning of #line in C language?...


cc-preprocessorpreprocessor-directive

Read More
Conditional compile-time warning in C++...


c++compiler-warningstemplate-meta-programmingpreprocessor-directive

Read More
How to pass the CMake binary path to C++ on Linux?...


c++cmakepreprocessor-directive

Read More
Is there a C preprocessor which can replace contiguous else and ifdef directives?...


cc-preprocessorpreprocessorpreprocessor-directive

Read More
How to find __FUNCTION__, __LINE__ and __FILE__ of parent function?...


cpreprocessor-directive

Read More
Getting unexpected results when using macros with arguments...


cmacrosswapconditional-operatorpreprocessor-directive

Read More
Is there a way to ignore warnings in dependent packages? Is there a way to #if an os that the compil...


swiftcompiler-warningsswift-playgroundpreprocessor-directiveipad-playgrounds

Read More
BackNext