Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in macros

Changing the compiler's classpath from a Scala macro?

How can I reverse engineer a (deprecated) Excel V4 macro?

excel macros excel-4.0

Reifying the function implementation instead of the reference

C Preprocessor: Own implementation for __COUNTER__

c macros c-preprocessor

C programming, make change at two location with one macro

c macros c-preprocessor

C macro to ensure element is at start of struct

c macros struct

Using a macro to create QObject derived classes

c++ qt macros c-preprocessor moc

Scheme: difference between define and define-syntax-rule

macros scheme racket

Macroexpand for parenscript

Access Class<T> of Context.getLocalClass() in build macro

macros haxe

How to define some macros as 'private' to a module, when using `macro_use` in Rust?

macros namespaces rust

scope of expressions and variables in Julia macro in modules

How does preprocessing work in this snippet?

c macros preprocessor

Is it possible to let a macro expand to a struct field?

macros rust

Can I create a Visual Studio macro to launch a specific project in the debugger?

Difficult boo syntactic macro

macros boo

A C preprocessor macro to pack bitfields into a byte?

Change the Target Framework for all my projects in a Visual Studio 2008 to 3.5 [duplicate]

visual-studio macros

To what extent are macros "functions in reverse?"

haskell macros lisp scheme

What is the difference between a macro and a const in C++?

c++ macros constants