Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in macros

Macro hell: Platform-independent pointer to setjmp/sigsetjmp

c macros posix iso setjmp

Macro to get the type of an expression

Preprocessor macro to target Interface Builder not available to OS X?

How do I get the method name at compile time?

How Can I Automate Tasks in Xcode?

xcode macros

What's the recommended way to pass the results of macro computations to run-time?

sql scala macros compilation

Quasiquotes for multiple parameters and parameter lists

what is the purpose of pre-processor macros defined in files linux/compiler.h?

c linux gcc macros gcc-warning

Why isn't my cocoapods post_install hook updating my preprocessor macros?

How do I distribute a Scala macro as a project?

scala maven macros sbt

Is __TIME__ preprocessor macro guaranteed to be constant within a file?

c macros c-preprocessor

Problems with creating an impl-block using a macro in Rust

generics macros rust

DTE.ExecuteCommand and wait

Can I make a LaTeX macro 'return' a filename?

latex macros return-value tex

Detect usage of macro? (errno)

c macros c-preprocessor

error: variable 'x' is still repeating at this depth

macros rust

How to loop in a GDB script till program is finished?

loops while-loop macros gdb

C preprocessor tokenization does not expand macro?

c gcc macros c99 c-preprocessor

Please explain this hardcore macro that does casting and typechecking

c++ c macros types casting

C++ Simple Reflection without Macros: Print Variable Name and Its Value

c++ reflection macros