Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in macros

Looking for a good explanation of the table generation macro idiom

c macros c-preprocessor

C++ macro to convert a string to list of characters

c++ c macros

Using C macros to create C-style code which maps to Objective-C message calls?

objective-c c macros

How to check if a parameter is an integral constant expression in a C preprocessor macro?

LibreOffice UNO Java API: how to open a document, execute a macro and close it?

In Visual Studio 2012 (C#) How to Create Custom Macros available in Post Build

how to convert string constant to preprocessing token in C

c++ c macros

What is a macro-function?

macros common-lisp sbcl

Scala Macros: Getting a List of TypeSymbols to be used at runtime

scala macros scala-macros

Odd difference between named and anonymous functions when using the threading macro

Can BOOST_PP_DEFINED be implemented?

How to document macro-generated classes with Doxygen?

c++ macros doxygen

Define a macro off of the content of a macro

c macros

C preprocessor: stringize macro and identity macro

Why might the Q_FOREACH macro break VS2010 intellisense?

Is it possible to implement something akin to Scala's @BeanProperty with macros?

scala macros scala-macros

Do pre-processor macros for debug log statements have a place in C++?

Macro that declare variables in Rust?

macros rust

Is it possible to have a recursive function computed at compile-time in Rust?

can I have a C macro that accepts undefined number of parameters? [duplicate]

c logging macros