Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c-preprocessor

Preprocessor output

gcc macros c-preprocessor

DEBUG macros in C++

c++ c debugging c-preprocessor

Should I use #include in headers?

Convert a preprocessor token to a string

Why not concatenate C source files before compilation? [duplicate]

Why use #define instead of a variable

c++ c-preprocessor

What is the value of an undefined constant used in #if?

c++ c-preprocessor

Can the C preprocessor be used to tell if a file exists?

c++ include c-preprocessor

Error: invalid operands of types ‘const char [35]’ and ‘const char [2]’ to binary ‘operator+’

C# Macro definitions in Preprocessor

c# macros c-preprocessor

What are C macros useful for?

Can boolean operators be used with the preprocessor?

c++ c-preprocessor

#define in Java

Understanding the behavior of C's preprocessor when a macro indirectly expands itself

c macros c-preprocessor

Is the C99 preprocessor Turing complete?

What's the difference between the WIN32 and _WIN32 defines in C++

c++ c-preprocessor

Is it possible to iterate over arguments in variadic macros?

#define vs const in Objective-C

Real-world use of X-Macros

This obfuscated C code claims to run without a main(), but what does it really do?