Search code examples
How to create meaningful error messages from _Generic macros?...


cgenericsmacrosc-preprocessor

Read More
Foreach macro on macros arguments...


c++cmacrosforeach

Read More
NASM - empty macro with 2 parameters? What register is represented by parameter_m?...


assemblymacrosnasm

Read More
Why is a level of indirection needed for this concatenation macro?...


cmacrosconcatenation

Read More
Is it possible to declare variables procedurally using Rust macros?...


macrosrust

Read More
Use pointer and call function in C++...


c++pointerstemplatesmacrosvariadic-macros

Read More
Comma in C/C++ macro...


c++cmacrosc-preprocessor

Read More
How to prefix/suffix identifiers within a macro?...


macrosrust

Read More
Check the existence and value of a SAS macro variable in one line...


sasmacrossas-macro

Read More
How do I show the value of a #define at compile-time?...


macrosc-preprocessorboost-preprocessor

Read More
Macro definition to determine big endian or little endian machine?...


carchitecturemacrosc-preprocessorendianness

Read More
Saving vim macros...


vimeditormacros

Read More
Understanding CEILING macro use cases...


cmacrosceil

Read More
.expect( format!() ): expected `&str`, found struct `String`...


rustmacros

Read More
Is there a way to get function name inside a C++ function?...


c++macrosprofiling

Read More
A way to count the number of __VA_ARGS__ arguments, including 0, without compiler specific construct...


cmacrosc-preprocessorvariadic-macros

Read More
How to write a template or generic type for similar data types with different size of type?...


c#templatesgenericsstructmacros

Read More
ELEVENWORDINLINE when to use it?...


iosobjective-ccmacros

Read More
Replacement for `x.asType match { case '[type t <: S; t] => ...` in Scala 3.3 (LTS)...


scalamacrosscala-macrosscala-3scala-quasiquotes

Read More
In scala 3.6.4, how to call a polymorphic method with type bounds from inside a quoted expression?...


scalamacrosmetaprogrammingscala-macrosscala-3

Read More
What is PRIu64 in C?...


cmacrosprintfconversion-specifierstdint

Read More
In C is it possible to write a macro function to do a #ifdef check on a #define thats passed in?...


cmacros

Read More
Equivalents to MSVC's _countof in other compilers?...


carraysgccmacrosclang

Read More
Inline functions vs Preprocessor macros...


c++cmacrosinline

Read More
Overloading Macro on Number of Arguments...


cmacrosc-preprocessor

Read More
What is ':-!!' in C?...


clinuxmacrosoperators

Read More
GNU as recursive/loop macro expected output...


assemblymacrosriscvgnu-assembler

Read More
How to call an inline method from within a scala 3.6.4 macro?...


scalamacrosinlinescala-macrosscala-3

Read More
How to avoid calls to `scala.quoted.Quotes.reflectModule.reportModule.info` to be ignored in compile...


scalamacrosscala-macrosscala-3

Read More
C++ automatic getter and setters using templates, reflection, and macros...


c++templatesreflectionmacros

Read More
BackNext