Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in macros

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

How can I create an instance of a Case Class with constructor arguments with no Parameters in Scala?

What is the need of defining an Enum/Struct by way of macros?

c++ c macros struct enums

Unused parameter warning

Is defining the length of an array with a macro "excellent practice"?

c arrays macros

In Julia, how do I display the contents of a macro?

macros julia

Why did Microsoft define WINAPI, CALLBACK, and APIENTRY to all refer to __stdcall?

c winapi macros stdcall