Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in macros

The need for parentheses in macros in C [duplicate]

How to write macro for Notepad++?

macros notepad++

What's the easiest way to use reify (get an AST of) an expression in Scala?

scala macros scala-2.10

Header guards in C++ and C

Python-like C++ decorators

c++ function macros decorator

When was the NULL macro not 0?

c null macros history

Expand macros inside quoted string [duplicate]

macro definition containing #include directive

c++ c macros c-preprocessor

Inline function v. Macro in C -- What's the Overhead (Memory/Speed)?

Where can I learn about constructing AST's for Scala macros?

scala macros scala-macros

Can you capitalize a pasted token in a macro?

c macros

Is there a way to get function name inside a C++ function?

c++ macros profiling

Macros for GCC/G++ to differentiate Linux and Mac OSX?

Portable UNUSED parameter macro used on function signature for C and C++

c++ c macros warnings

threading macro -> with anonymous functions

lambda clojure macros

What makes a better constant in C, a macro or an enum?

c macros enums

Running a macro till the end of text file in Emacs

Add preprocessor macro to a target in xcode 6

Escaping a # symbol in a #define macro?

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

c++ stl macros