Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in macros

Treating __func__ as a string literal instead of a predefined identifier

c macros

How do I write universal Swift code for both iOS and macOS. In cocoa I could use #ifdef, what do I do now?

Macros in django templates

python django macros jinja2

Understanding how to implement once-only lisp macro

How can I access template variable in TWIG macro?

variables macros twig

How to put double quotes in VS2010 post build step

C preprocessor macro for returning a string repeated a certain number of times

c macros c-preprocessor

Is there a way to enforce correct spelling of features?

Macro for static std::string object from literal

Looping through macro Varargs values

c macros variadic-functions

C macros and use of arguments in parentheses

GCC define function-like macros using -D argument

Racket reader macros

macros lisp scheme racket

elisp macro to write a function?

emacs function macros elisp

(emulated) Macros in Haskell?

Check whether function is declared with C preprocessor?

c macros c-preprocessor

What is an appropriate use scenario of #define in C++? [closed]

c++ macros c-preprocessor

C pre-processor defining for generated function names

c macros c-preprocessor

When should I use the clojure arrow macro?

Macros, clojure vs common lisp

macros clojure common-lisp