Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c-preprocessor

Detect compiler with #ifdef

How do I tell if a C integer variable is signed?

c gcc integer c-preprocessor

How do I write a cpp __DIR__ macro, similar to __FILE__

How to concatenate strings with C preprocessor with dots in them?

Android NDK #define Problems

Implementation of string literal concatenation in C and C++

What exactly can you put after #if 0?

c++ c c-preprocessor

Using \ to extend single-line comments

c comments c-preprocessor

c# Pre-processor directive scope

Initialize array with extra element using a macro

What C preprocessor macros have already been defined in gcc?

c gcc macros c-preprocessor

How to see the actual order of include files after preprocessing?

Is there way to check the type of a preprocessor symbol value in C/C++

c types c-preprocessor

Generating function names with strings using macros in C

c c-preprocessor

g++ __FUNCTION__ replace time

Preprocessor in C# is not working correctly

c# c-preprocessor

Suppress C Macro Variable Substitution

Where do I put all these function-like #defines, in C?

Is #ifdef MACRO equivalent to a comment

Preprocessor macro expansion to another preprocessor directive