Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in macros

How can I replace a #define macro I used to have in Objective-C in SWIFT?

ios objective-c swift macros

Finding the largest size of 100 structs at compile time in C

Is there a simple example for explaining Lisp macros to a "generic" programmer?

macros lisp common-lisp

How to pass a macro as an argument in a C function?

c macros function-pointers

In Clojure, what does `&` mean in function/macro signature?

clojure macros lisp

C/C++ Macro expansion vs. Code generation

c++ code-generation macros

How to check if __PRETTY_FUNCTION__ can be used?

c++ macros c-preprocessor

Understanding CEILING macro use cases

c macros ceil

How do I identify x86 vs. x86_64 at compile time in gcc?

c linux macros

Converting a #defined constant number to a string

How to get current member in a Razor macro

macros umbraco

How does a preprocessor macro work?

c macros c-preprocessor

Macro Without Space

c++ c macros printf widechar

Why does this Lisp macro as a whole work, even though each piece doesn't work?

macros lisp common-lisp gensym

Make a C++ macro that acts like a stream

c++ c macros g++

Why so many parentheses in SUCCEEDED macro?

c com macros c-preprocessor

Function like Macros in C

c macros c-preprocessor

Using macro results in incorrect output when used as part of a larger math expression - why does this happen?

c macros

How to define symbols that will work like ( and ) by symbol macro?

macros common-lisp symbols

How can I get a counter variable in Vim without python or ruby?

vim macros repeat