Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in macros

Why are some preprocessor macros not expanded unless they are arguments to another macro?

using macros to write #defines in C

c macros

How do I import types inside of macros?

macros rust

Why are macros based on abstract syntax trees better than macros based on string preprocessing?

macros rust rust-macros

replacing macro with a function causes "signed/unsigned mismatch" warning

MOV into a register specified by macro argument

What is the effect of the assembler directive `.global`

Can a string be converted to an instruction?

java macros substitution

preventing Autoexec macro from running after Compact & Repair

How did C99 do type generic macros without _Generic (C11)?

Is it worth it to abstract out this process?

Refer to class in C++ macro

Haxe macro - Open file with relative path

file macros haxe

Macro to repeat a single character multiple number of times

c++ macros literals

Why do I need to write (doc str) but (meta #'str)?

syntax clojure macros

Compiler macro to test difference between uint64_t and unsigned long long int

_cmd in Swift for selector use

What are the deviations between preprocessors of GCC/CLANG vs MSVC?