Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c-preprocessor

How to identify platform/compiler from preprocessor macros?

C++ preprocessor __VA_ARGS__ number of arguments

C/C++ line number

#ifdef vs #if - which is better/safer as a method for enabling/disabling compilation of particular sections of code?

Can gcc output C code after preprocessing?

Should I use #define, enum or const?

Including one C source file in another?

Are typedef and #define the same in c?

What exactly does an #if 0 ..... #endif block do?

c-preprocessor

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

c include c-preprocessor

What is the purpose of a single pound/hash sign (#) on its own line in the C/C++ preprocessor?

c++ c boost c-preprocessor

C/C++ macro string concatenation

c++ c c-preprocessor

Standard alternative to GCC's ##__VA_ARGS__ trick?

How do I show the value of a #define at compile-time?

How can I concatenate twice with the C preprocessor and expand a macro as in "arg ## _ ## MACRO"?

How to manually deprecate members

When are C++ macros beneficial? [closed]

c++ c-preprocessor

__FILE__, __LINE__, and __FUNCTION__ usage in C++

"No newline at end of file" compiler warning

How to add a 'or' condition in #ifdef

c++ c c-preprocessor