Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in macros

How can I obtain the identifier of the current function?

c++ c macros c-preprocessor

IllegalStateException: Attempting to call unbound fn in macro

macros clojure

Netbeans macro command for /* */ comment block

php netbeans macros

Regular expressions in C preprocessor macro

c regex macros

Emacs : Redefining command in Haskell-mode (haskell-mode-hook)

Creating a method definition tree from a method symbol and a body

MSBuild C++ - command line - can pass defines?

Is it possible to define a macro with variadic parameters, and get a type for each parameter?

Writing macros in SWI-Prolog

macros prolog swi-prolog

How to declare a function like macro using CMake

cmake macros preprocessor

What is it about a single namespace that leads to unhygienic macros? (in LISP)

Why doesn't application of function returned by elisp macro work?

emacs macros elisp

Automatic Proxy Class

Will it be possible to generate several top-level classes with one macro invocation in scala 2.10?

scala macros scala-2.10

Typedef an uintX_t type, where X is the value of a macro

c macros language-lawyer

How to use a macro in an #include directive?

c++ macros include

In clojure, how can I evaluate the arguments to a macro from another macro?

macros clojure

Is there a cleaner way to register Qt custom events?

c++ qt macros qevent

C++ Preprocessor macro loop __VA_ARGS__ 1 vs 2+ arguments

c++ macros

integer to string converter(using macros)

c macros