Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

C macro argument 'storage'

c macros

elisp mapcar + lambda + defmacro help

emacs macros lisp elisp

C++ Macro Expander

c++ macros

C++ find out if a variable is a reference or pointer

c++ macros

Reusing a C macro in several files

Clojure macro that builds a higher order function from a function

macros clojure

Appending a string to __FUNCTION__ in a macro

c++ macros

Can I use extern for macros?

c macros extern

Show Settings Bundle only for Debug Mode

In Common Lisp, how to define a macro expanding to nothing (rather than `nil`)?

macros common-lisp

GCC Macro with Conditional Expansion?

c gcc macros