Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in macros

how to write a macro that will append text to a partial function name to create complete function name

c++ c macros

Clojure macro: perform action only if a symbol is defined

clojure macros

Fortran #define macro definitions with multiple lines

Creating Boiler Plate Code using Macros

c++ macros c-preprocessor

Compiler error: "does not name a type" in macro when compiling with g++

c++ macros

How to compile and execute scala code at run-time in Scala3?

When to use define macro vs generate

macros system-verilog

"error: expected identifier or ‘(’ before numeric constant" –?

c macros c-preprocessor

Preserving struct field visibility with a macro

__FILE__ without full path

"Beautifying" macro

c++ c++11 macros

Why should or shouldn't we prefer a macro that accepts arguments over a function that does the same job?

How to prevent form evaluation in lisp macros?

Macro "parameter" name mesh. Can it work? What am I doing wrong?

c++ macros

Is it possible to just print the string that was passed into the Scheme macro?

macros scheme guile r5rs

Common Lisp Macro That Times Execution of Forms Inside a Call

macros common-lisp

Share preprocessor macros across c++ and glsl code?

c++ macros glsl c-preprocessor

C/C++ Macro for null safe pointer access

c++ c pointers null macros