Search code examples
Variadic function (va_arg) doesn't work with float?...


cfloating-pointvariadic-functions

Read More
Variable arguments without first argument - what belongs in va_start?...


cvariadic-functions

Read More
Variadic parameter and additional default value not compiling...


c++templatesvariadic-functions

Read More
c++ class Template argument forwarding misunderstanding...


templatesvariadic-functions

Read More
When do you use varargs in Java?...


javavariadic-functions

Read More
Are there gotchas using varargs with reference parameters...


c++referencevariadic-functions

Read More
The reason of there being constraints on the second argument of `va_start()`...


cvariadic-functions

Read More
Passing variable length argument list to another function...


cvariadic-functions

Read More
Make ipywidget.interact take ndarray arguments...


pythonvariadic-functionsinteractivekeyword-argumentipywidgets

Read More
Trying to split parameter pack into two smaller packs using an index sequence and nested lambdas lea...


c++templateslambdavariadic-functions

Read More
How to convert a List to variable argument parameter java...


javalistvariadic-functions

Read More
How to define variadic **argv in C function...


cvariadic-functionsvariadic-macrosc23

Read More
How can I convert the "arguments" object to an array in JavaScript?...


javascriptarrayssortingvariadic-functionsarguments-object

Read More
Is it safe to use `(void) va_arg(...)` to advance the `va_list` in C?...


cundefined-behaviorvariadic-functions

Read More
what's the difference between the printf and vprintf function families, and when should I use on...


cprintfvariadic-functions

Read More
Is it possible to somehow contain an extern "C" function within a header file?...


c++variadic-templatesvariadic-functionsextern

Read More
call printf using va_list...


cprintfvariadic-functions

Read More
variable number of arguments with -fstack-protector-strong...


cgccvariadic-functions

Read More
More placeholders than arguments for 'printf'...


cprintfvariadic-functions

Read More
Method overloads with vararg...


javaoverloadingvariadic-functions

Read More
Limit the number of parameters in a variadic template parameter pack...


c++templatesc++11variadic-templatesvariadic-functions

Read More
Is it legal to empty-initialize `va_list` with `{}` in C23 before calling `va_start()`?...


cinitializationlanguage-lawyervariadic-functionsc23

Read More
calling function with variable argument list using const arguments...


cconstantslanguage-lawyervariadic-functions

Read More
Lua stack and vararg functions...


luastackclosuresvariadic-functionsvm-implementation

Read More
Why does scanf() read only after specified text?...


cparametersscanfvariadic-functions

Read More
Is there a way to use both named args and variable args in a function call?...


phpvariadic-functionsphp-8named-parameters

Read More
How to call varargs method in ByteBuddy in a way that bakes the arguments array as constants into th...


javareflectionjarvariadic-functionsbyte-buddy

Read More
PHP Spread Syntax in Array Declaration...


phparraysvariadic-functionsspread-syntax

Read More
How to skip default named arguments while setting a named variadic argument in a function call?...


phpargumentsdefaultvariadic-functionsnamed-parameters

Read More
An example of use of varargs in C...


csyntaxvariadic-functions

Read More
BackNext