Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in macros

Using Haxe macros to instantiate a class with parameters

macros haxe

Conditional "pragma omp"

c macros openmp pragma

Retrieve output target name as a string at compilation time in C++

Use of ({ ... }) brackets in macros to swallow the semicolon

c macros

C block becomes expression: ( {int a = 1; int b = 2; a+b;} ) equals 3

c gcc macros c-preprocessor

Type-safe generic containers with macros

how to use macro for a unsigned long number?

c++ c macros

Add macro BETA=1 to Xcode for certain schemes?

Fix macro redefinition in C++

Detecting iPhone6 & iPhone6 Plus using macros

ios iphone macros ios8 device

What does this C++ template macro mean?

How to elegantly fix this unused variable warning?

c macros unused-variables

Using Likely() / Unlikely() Preprocessor Macros in if-else if chain

What does a typedef with three arguments mean?

c++ macros g++ c-preprocessor

Question about clojure namespaces and macros

macros clojure

Make macros and functions integrate more seamlessly

C preprocessor with if statement

macros c-preprocessor

Are there whole-program-transforming macros in Lisp or Scheme?

Macros and postincrement

c macros undefined-behavior

In clojure, how to do code templating when implementing a macro using recursion

macros clojure