Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in macros

What C preprocessor macros have already been defined in gcc?

c gcc macros c-preprocessor

Scala 2.10 macros compared to what is available in Java

java scala macros scala-2.10

Is it possible to build Lisp-like macros into an imperative language?

What is the difference between macroexpand and macroexpand-1 in Clojure

Visual Studio macro: Find files that aren't included in the project?

Possible to define a function-like macro with a variable body?

c macros mutex

Why is it necessary to recompile the definitions that use a Common Lisp macro when we modify it?

macros lisp common-lisp

Preprocessor macro expansion to another preprocessor directive

How to test if a header has already been included before [duplicate]

c macros header-files

How to define array in Macros in Objective-c?

What's the safest way to define short function name aliases in C++?

Typechecking macro arguments in C

c macros

Advantage of macro over in-line in C++

#define conversion from C to C#

c# c macros

C++ Getting the size of a type in a macro conditional

c++ macros sizeof

Why is the 'max' macro defined like this in C?

c macros

Is it a good idea to apply some basic macros to simplify code in a large project?

c++ #define a macro with brackets?

c++ macros

Checking for varargs type ascription in Scala macros

Macro hell: Platform-independent pointer to setjmp/sigsetjmp

c macros posix iso setjmp