Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in macros

Parsing/debugging/porting C++ program with lots of macros

c++ linux parsing macros porting

Automatically select pasted text in Sublime Text 3

What is the difference between these macros?

how to create sublime text macro with selected line of code?

macros sublimetext2

Sublime Text run a macro with key bindings

Is it possible to calculate Fibonacci sequence by preprocessor directives in C?

c macros fibonacci

Use Doxygen to document a function that is sent to a MACRO C++

c++ macros doxygen

Why is Elixir Logger composed of Macros?

Clojure's macro - define a binding whose name is composed from an argument

Please refactor my macro in Scheme

Cleanest way to make a "derived" identifier?

Use macro to generate empty code for C++ class methods

c++ macros

Insert double quotes in a macro for pragma in C

c macros pragma

Is there a way to reference a local variable within a Rust macro?

rust macros

Enabling ifdef macro used in the static library

A macro registering marked structures into an enum

rust enums macros variant

How to static_assert in an expression out of function bodies in C

c macros static-assert

Function composition chain with a pure macro in Rust