Newbetuts
.
New posts in c-preprocessor
__FILE__, __LINE__, and __FUNCTION__ usage in C++
c++
debugging
logging
c-preprocessor
How to add a 'or' condition in #ifdef
c++
c
c-preprocessor
Comma in C/C++ macro
c++
c
macros
c-preprocessor
Macro vs Function in C
c
function
c-preprocessor
Are typedef and #define the same in c?
c
macros
c-preprocessor
typedef
What is the meaning of lines starting with a hash sign and number like '# 1 "a.c"' in the gcc preprocessor output?
c
gcc
c-preprocessor
Overloading Macro on Number of Arguments
c
macros
c-preprocessor
C/C++ macro string concatenation
c++
c
c-preprocessor
"#include" a text file in a C program as a char[]
c
include
c-preprocessor
Stringification of a macro value
c
string
concatenation
c-preprocessor
What does symbol # means in #define S(x) (cout<<#x<<endl) [duplicate]
c++
c
syntax
c-preprocessor
What are the applications of the ## preprocessor operator and gotchas to consider?
c
c-preprocessor
kernighan-and-ritchie
stringification
How do I check OS with a preprocessor directive?
c
operating-system
c-preprocessor
conditional-compilation
Is it possible to iterate over arguments in variadic macros?
c
foreach
c99
c-preprocessor
variadic
GCC dump preprocessor defines
gcc
g++
c-preprocessor
How to make a variadic macro (variable number of arguments)
c
g++
c-preprocessor
variadic
How to detect reliably Mac OS X, iOS, Linux, Windows in C preprocessor? [duplicate]
c++
c
cross-platform
c-preprocessor
os-detection
Easy way to use variables of enum types as string in C?
c
enums
c-preprocessor
Define preprocessor macro through CMake?
c++
cmake
c-preprocessor
MIN and MAX in C
c
max
min
c-preprocessor
Prev
Next