Skip to search formSkip to main contentSkip to account menu

Variadic function

Known as: Variadic functions, Vararg, Variable argument list 
In computer programming, a variadic function is a function of indefinite arity, i.e., one which accepts a variable number of arguments. Support for… 
Wikipedia (opens in a new tab)

Papers overview

Semantic Scholar uses AI to extract papers important to this topic.
2018
2018
2016
2016
This thesis presents SkePU 2, the next generation of the SkePU C++ framework for programming of heterogeneous parallel systems… 
2013
2013
C++ is the most commonly used language in introductory and intermediate program- ming courses in Bulgarian universities. In… 
2012
2012
Can we reuse some of the huge code-base developed in C to take advantage of modern programming language features such as type… 
2010
2010
Multi-dimensional arrays are among the most fundamental and most useful data structures of all. In C++, excellent template… 
2004
2004
The proposed resolution is to introduce a syntax and semantics for variable-length template argument lists (usable with function… 
2004
2004
This paper presents the working draft MOF™ (Meta-Object Facility) metamodel for Simple Common Logic (SCL), one of six metamodels… 
2004
2004
Java is evolving into a full-scale system development technology by the addition of functions such as Applets, object-oriented… 
1995
1995
1. Declarations and Initializations. Basic Types. Pointer Declarations. Declaration Style. Storage Classes. Typedefs. The const…