Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c-preprocessor

GoogleTest with Templates

Standard libraries included multiple times over several files?

How to define value for C++ preprocessor directives during compile time?

c++ c-preprocessor

Use gcc preprocessor to define filename for #include

How can I detect if I'm compiling for a 64bits architecture in C++

c++ 64-bit c-preprocessor

How can I use "else if" with the preprocessor #ifdef?

Can #define be used to replace type declaration in c?

What's the purpose of defining a C macro to be itself? (seen in glibc headers)

c c-preprocessor

Can a C #error macro display multiple line message?

Representing big numbers in source code for readability?

c++ c c-preprocessor

Concatenate preprocessor defines to form a string

What does '#if _LFS64_LARGEFILE-0' mean to CPP?

c++ g++ c-preprocessor

Google Test: How to get correct line numbers in test output for parameterized tests?

C preprocessor macro multiple arguments

c c-preprocessor

What is the recommended naming convention for include guards?

make file preprocessor directive

Is there a way to instruct a C++ compiler to skip rest of current file?

How does the following va_arg macro work?

Can the C preprocessor perform simple string manipulation?

macros c-preprocessor