Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in macros

Real-world use of X-Macros

What's the point of a PROTOTYPE macro that merely expands to its arguments?

c++ macros

How to define a string literal in gcc command line?

c++ c gcc command-line macros

Vim Macro on Every Line of Visual Selection

vim macros line

replay a vim macro until end of buffer

vim macros

Why only define a macro if it's not already defined?

c macros c-preprocessor ifndef

iOS How to detect iPhone X, iPhone 6 plus, iPhone 6, iPhone 5, iPhone 4 by macro?

iphone macros detect

How can I convert from degrees to radians?

C Macro definition to determine big endian or little endian machine?

Is there a macro recorder for Eclipse? [closed]

java eclipse ide editor macros

Creating C macro with ## and __LINE__ (token concatenation with positioning macro)

c macros concatenation token

What predefined macro can I use to detect clang?

c macros clang c-preprocessor

Swift: how to use PREPROCESSOR Flags (like `#if DEBUG`) to implement API keys?

Constexpr vs macros

c++ c++11 macros constexpr

Optional Parameters with C++ Macros

c++ macros

Comma in C/C++ macro

c++ c macros c-preprocessor

Is there a __CLASS__ macro in C++?

c++ macros

How to identify platform/compiler from preprocessor macros?

Inline functions vs Preprocessor macros

c++ c macros inline

How to pass macro definition from "make" command line arguments (-D) to C source code?

c macros makefile