Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in macros

Can you help me with a short code that can print itself?

c macros

Does Scala have "macro" definitions ready to use -- like LINE, FILE?

scala macros

What are the rules for resolving symbols as macros vs. function parameters?

How to define UNICODE for mingw, if use CMAKE as building system

qt macros cmake mingw

What is the application of ampersand within C macros?

Does Delphi's conditional compilation allow the defined symbols to contain values?

Why is it necessary to cast NULL to a type in this macro?

c macros struct null expression

Macro defined in main.c not visible in another included file

c gcc macros avr-gcc

Macro condition for iOS and OSX code

Macro that unrolls a 'for' loop in racket/scheme?

for-loop macros scheme racket

How to use valgrind with a function that is actually the expansion of a macro

c gcc macros valgrind

Macro that replaces all calls to printf with nothing

c++ macros

Is there a way to get a macro to do an extra evaluation before returning its result?

ISO C equivalent of braced-groups within expressions

c gcc macros

How to write (simple) macro?

macros lisp common-lisp clos

Visual Studio Macro: How to perform "File -> Save All" programatically

visual-studio macros

Can I make a clojure macro that will allow me to get a list of all functions created by the macro?

macros clojure dry

Disable functions using MACROS

c function macros

C: What does this macro mean?

c gcc macros

Lisp macro evaluating expressions when I do not want it to

macros lisp