Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c-preprocessor

Pointer to #define

c c-preprocessor

C macro expansion in Linux Kernel code

Is there a way to apply an action to N C++ class members in a loop over member names (probably via pre-processor)?

Pre-processor parsing on C++

c++ c-preprocessor

Function-like macro definition in C

c gcc c-preprocessor

Header with memory size definitions

Enable "Debug mode" in ASP.NET MVC app through the use of C# directives

How to output preprocessed code AND compile it (Visual Studio)

Can #if conditional areas cross include file boundaries?

Calling an Associative* Function with C Macros

c macros c-preprocessor

What does "x" mean in the typical xstr macro?

Expanding a single macro in C or C++ source files

c++ c c-preprocessor

macro: string literal from char literal

c c-preprocessor

How does the linux kernel maintain the vast amount of config options?

Difference between cpp and gcc -E

What's special about C++ header files with single-letter extensions?

c++ include c-preprocessor

C/C++ macro expanding to argument, argument as string

How can I obtain the identifier of the current function?

c++ c macros c-preprocessor

Why is C/C++ preprocessor adding a space here?

c++ c c-preprocessor

Why is MSVC preprocessor concatenating tokens differently than GCC and Clang?

c visual-c++ c-preprocessor