Search code examples
What do empty parenthesis on a macro achieve?...


cmacrosc-preprocessor

Read More
What are the (typical) examples (other than instances of pp-number) of valid preprocessing tokens, w...


clanguage-lawyertokenc-preprocessor

Read More
GCC dump preprocessor defines...


gccg++c-preprocessor

Read More
Convert string from __DATE__ into a time_t...


c++datevisual-c++c-preprocessor

Read More
Easy way to use variables of enum types as string in C?...


cenumsc-preprocessor

Read More
Is it possible to overload preprocessor macros (with respect to parameter count)?...


c++macrosc-preprocessor

Read More
"#include" a text file in a C program as a char[]...


cincludec-preprocessor

Read More
How do I expand a macro in CLion, using the keyboard or menus?...


macrosc-preprocessorkeyboard-shortcutsclion

Read More
Detecting Endianness...


cc-preprocessorendiannesscompile-time

Read More
Can you make custom operators in C++?...


c++templatesoperatorsc-preprocessormetaprogramming

Read More
C Preprocessor: Own implementation for __COUNTER__...


cmacrosc-preprocessor

Read More
How do I define a C/C++ preprocessor variable in Meson?...


c++cc-preprocessormeson-build

Read More
Why use apparently meaningless do-while and if-else statements in macros?...


c++cc-preprocessorc++-faq

Read More
Why does #define not require a semicolon?...


cc-preprocessor

Read More
Why can't a string literal be concatenated to __FUNCTION__?...


c++macrosc-preprocessor

Read More
Compiler version, name, and OS detection in C++...


c++c-preprocessordetectionconditional-compilationplatform-detection

Read More
C++ preprocessor __VA_ARGS__ number of arguments...


c++cc-preprocessorvariadic-macros

Read More
How to identify platform/compiler from preprocessor macros?...


c++macroscross-platformc-preprocessor

Read More
Generate a random number using the C Preprocessor...


randomc-preprocessor

Read More
How Can I #define "elif" as "else if", in C++?...


cc-preprocessorpreprocessor-directive

Read More
C macro compilation fails in Clang with "expected ;" due to phantom comma in clang -E expa...


cmacrosclangc-preprocessor

Read More
Variadic UNUSED function/macro...


cmacrosc-preprocessor

Read More
C macro to generate printf format string...


cmacrosprintfc-preprocessor

Read More
Template for function with N inputs...


c++templatesc-preprocessor

Read More
Double hash before a parameter in a function call...


c++cc-preprocessor

Read More
Get the value of a C constant by name...


cc-preprocessor

Read More
variadic macro that references another variadic macro is not expanding the way I want...


cc-preprocessor

Read More
GCC pragma: error: expected expression before ‘#pragma’...


cgccc-preprocessor

Read More
Auto-incrementing macro expansion...


cmacrosc-preprocessor

Read More
OpenGL/glsl : Preprocessor issue with specific directive...


openglopengl-esglslc-preprocessor

Read More
BackNext