Search code examples
include_str! return an empty string if the specified file is not found...


rustmacros

Read More
How do I create a fallible version of include_str?...


rustmacros

Read More
Create a readonly pointer argument of any type in C...


cmacrosconst-pointerreadonly-variable

Read More
Is there a way to get the field names of a struct in a macro?...


rustmacros

Read More
C int types and _Generic. Which types are compatible?...


cmacros

Read More
Allowed characters as macro parameters in C...


cmacroslanguage-lawyer

Read More
Is it possible to use the function-like macro version of a function instead of the function versions...


cmacros

Read More
Is defining / using a Macro inside a function a good style/practice?...


c++cmacros

Read More
How can I make sure I will use the function version of a C standard library function like "getc...


cfunctionmacrosstdiogetc

Read More
How to implement a Macro that can be in a comma operator...


c++macros

Read More
When should I quote CMake variable references?...


variablescmakemacros

Read More
Can a C macro be made to take an arbitrary list of primitive types, and work out the sum of their si...


cmacros

Read More
Formula for converting XY pixel coordinate in 1920x1080 to 1366x768...


macrospixelresolution

Read More
Strange behaviour of #ifdef defined() in C++...


c++macrosconditional-compilationdefined

Read More
Better way of writing similar functions that differ only by struct/class member variable name?...


c++templatesvectormacrospacking

Read More
How can I generate a keyboard macro in my Emacs init file?...


emacsmacros

Read More
DBT - get a ref model config variables inside a macro...


macrosjinja2configdbt

Read More
how do I store keyboard.record to a txt file and call it with keyboard.play...


pythonpython-3.xmacros

Read More
Accept struct fields in declarative macro in rust?...


rustmacros

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


cmacrosfibonacci

Read More
Implement trait on all unsigned integers through a macro...


rustmacrostraits

Read More
macro error: A character operand was found in %IF condition...


error-handlingsyntaxsasmacrossas-macro

Read More
C/C++ macro to repeat code...


c++cmacrosarduinometaprogramming

Read More
Capture monomorphized generics in a macro...


rustmacrosmonomorphism

Read More
My Racket exception handling macro does not locate source of error...


exceptionerror-handlingmacrosracket

Read More
How are curly braces being escaped within the quote! macro?...


rustmacros

Read More
Macro's depth in C...


cstringmacros

Read More
Libreoffice Calc Basic macro to combine sheets with different number of columns...


macroslibreoffice-calcbasicopenoffice-calc

Read More
Calling a C macro from another macro function...


cmacros

Read More
How to use "AND" operators in SAS Macro?...


sasmacroslogical-operatorsproclogical-and

Read More
BackNext