Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in macros

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

How far can LISP macros go? [closed]

macros lisp

What does #x inside a C macro mean?

c macros

Why aren't there macros in C#?

c# .net macros c-preprocessor

Why use Macros in C? [duplicate]

c macros

Which Cross Platform Preprocessor Defines? (__WIN32__ or __WIN32 or WIN32 )?

c++ macros c-preprocessor

How to allow optional trailing commas in macros?

macros rust

What does Q_D macro do in Qt

qt macros

When should I quote CMake variables?

variables cmake macros