Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in macros

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

Constant definition in Clojure

macros clojure

How to do variadic macros with $(call ...) in GNU Make

Clojure var-defining macro

macros clojure

Vim Macro to generate C++ constructor

c++ vim macros

Objective-C: "format string is not a string literal (potentially insecure)" warning with macro

ios objective-c string macros

How to correctly use syntax-quote and unquote inside of `defmacro`

macros clojure

Why is “i” variable not getting incremented twice in my program?

c macros

Using macros in printf with a number sign

c macros c-preprocessor

In Haxe, how do you add Types/Classes to a Module with macros?

types module macros haxe

Fibonacci function doesn't calculate properly

c++ macros fibonacci bit-shift

Are spaces allowed after a backslash to continue a line (in C/C++) [duplicate]

c++ c macros

The output of the following C code is T T , why not t t?

c macros

C macro to return a Struct

c struct macros