Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in macros

How to call std::min() when min has been defined as a macro?

c++ stl macros

Static return type of Scala macros

Run a macro in all buffers in vim

vim macros

What's the difference between #if and #ifdef Objective-C preprocessor macro?

Empty function macros

How to generate a newline in a cpp macro?

c++ macros c-preprocessor

Opposite of C preprocessor "stringification"

WRITE_ONCE in linux kernel lists

c linux macros race-condition

Can I redefine a C++ macro then define it back?

Error: macro names must be identifiers using #ifdef 0

c++ macros c-preprocessor

Is there a way to display a macro list similar to displaying your mappings in Vim?

macros vim vi

So many parentheses in gcc standard headers

c gcc macros

C/C++: How to use the do-while(0); construct without compiler warnings like C4127?

How to use __DATE__ and __TIME__ predefined macros in as two integers, then stringify?

c macros predefined-macro

error: pasting "." and "red" does not give a valid preprocessing token

c macros c-preprocessor

Variadic recursive preprocessor macros - is it possible?

macros c-preprocessor

What is the value of __cplusplus for C++17?

c++ macros c++17

Which macro to wrap Mac OS X specific code in C/C++

c++ c xcode macos macros

Lazy Evaluation vs Macros

How do I check for C++20 support? What is the value of __cplusplus for C++20? [duplicate]

c++ macros c++20