Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in preprocessor-directive

Why #if 0 vs #if (1 > 1)?

What's the meaning of #line in C language?

Objective-C preprocessor directive for 'if not'

#if preprocessor directive for directives other than DEBUG

Escaping a # symbol in a #define macro?

C Preprocessor testing definedness of multiple macros

How are the __cplusplus directive defined in various compilers?

Force the compiler to ignore some lines in the program

Is there a preprocessor directive for detecting C++11x support? [duplicate]

What is double evaluation and why should it be avoided?

Is #define banned in industry standards?

Can #if pre-processor directives be nested in C++?

Can gcc output C code after preprocessing?

#ifdef replacement in the Swift language