Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in c-preprocessor
Objective C - How to write a macro
Feb 06, 2026
macros
c-preprocessor
multiline
How to map #define's replacement list containing space(s) to integers (IDs)?
Feb 04, 2026
c
c-preprocessor
Different macro stringification rules in Clang and MSVC
Feb 05, 2026
visual-c++
clang
c-preprocessor
CPP how to escape a quotation mark
Feb 04, 2026
c-preprocessor
quotes
how do I implement a Variadic noop in C with evaluation
Feb 04, 2026
c
macros
c-preprocessor
How to define a type that can hold a uintptr_t or a uint32_t without a union?
Feb 03, 2026
c++
c-preprocessor
typedef
A functional C++ program that doesn't use these characters: ';'. '{', '}', '\'
Feb 01, 2026
c++
c-preprocessor
program-entry-point
Why does GCC remove the whitespace between the preprocessing tokens?
Jan 31, 2026
c
gcc
token
language-lawyer
c-preprocessor
How can I stringify a macro using a macro?
Jan 29, 2026
c
c-preprocessor
stringification
How to print preprocessor macros under Sun Studio?
Jan 27, 2026
macros
c-preprocessor
solaris
sunstudio
Equivalent of #define in Java for macros
Jan 26, 2026
java
preprocessor
c-preprocessor
Why could I not find the class in preprocessor?
Jan 25, 2026
c++
c-preprocessor
Is there any way to get the C precompiler to use a mathematical result when concatenating symbols?
Jan 25, 2026
c
c-preprocessor
preprocessor
Warning users if disabled library features are used in a C++ template library
Jan 24, 2026
c++
cross-platform
cmake
c-preprocessor
How to print a variable number of parameters with a macro?
Jan 23, 2026
c++
c-preprocessor
variadic-macros
Create dispatch table registering functions across multiple source files in C
Jan 23, 2026
c
c-preprocessor
dispatch-table
C language : how to interpret this #define?
Jan 20, 2026
c
pointers
c-preprocessor
How to "interleave" C/C++ souce with my string (only inside functions at appropriate places)?
Jan 04, 2026
c
gcc
c-preprocessor
instrumentation
How can I use parentheses in C++ macro parameters?
Jan 03, 2026
c++
macros
escaping
c-preprocessor
preprocessor-directive
#if defined(token) && token == ... - is this syntax legal?
Jan 03, 2026
c++
c-preprocessor
Older Entries »