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
Indenting #defines
Dec 14, 2021
c
c-preprocessor
indentation
code-formatting
What does ## (double hash) do in a preprocessor directive?
Nov 06, 2022
c++
c
concatenation
c-preprocessor
What predefined macro can I use to detect clang?
Aug 31, 2022
c
macros
clang
c-preprocessor
Is there a portable way to print a message from the C preprocessor?
Aug 16, 2022
printing
c-preprocessor
Comma in C/C++ macro
Dec 14, 2021
c++
c
macros
c-preprocessor
How to identify platform/compiler from preprocessor macros?
Aug 16, 2022
c++
macros
cross-platform
c-preprocessor
C++ preprocessor __VA_ARGS__ number of arguments
Aug 16, 2022
c++
c
c-preprocessor
variadic-macros
C/C++ line number
Dec 14, 2021
c++
c
c-preprocessor
line-numbers
dynamic-compilation
#ifdef vs #if - which is better/safer as a method for enabling/disabling compilation of particular sections of code?
Dec 14, 2021
c++
c
if-statement
coding-style
c-preprocessor
Can gcc output C code after preprocessing?
Aug 16, 2022
c
c-preprocessor
preprocessor
preprocessor-directive
Should I use #define, enum or const?
Aug 15, 2022
c++
enums
bit-manipulation
c-preprocessor
Including one C source file in another?
Aug 15, 2022
c
include
c-preprocessor
code-organization
project-organization
Are typedef and #define the same in c?
Dec 14, 2021
c
macros
c-preprocessor
typedef
What exactly does an #if 0 ..... #endif block do?
Dec 14, 2021
c-preprocessor
"#include" a text file in a C program as a char[]
Dec 14, 2021
c
include
c-preprocessor
What is the purpose of a single pound/hash sign (#) on its own line in the C/C++ preprocessor?
Aug 15, 2022
c++
c
boost
c-preprocessor
C/C++ macro string concatenation
Aug 15, 2022
c++
c
c-preprocessor
Standard alternative to GCC's ##__VA_ARGS__ trick?
Dec 14, 2021
c
c99
c-preprocessor
variadic-macros
How do I show the value of a #define at compile-time?
Aug 15, 2022
macros
c-preprocessor
boost-preprocessor
How can I concatenate twice with the C preprocessor and expand a macro as in "arg ## _ ## MACRO"?
Aug 15, 2022
c
concatenation
token
c-preprocessor
« Newer Entries
Older Entries »