Variadic function: Difference between revisions

Content deleted Content added
Line 34:
template<>
class tuple<>;
 
For a simple tutorial refer to the [http://www.codeproject.com/cpp/argfunctions.asp?df=100&forumid=15556&exp=0&select=503481 Variable Argument Functions tutorial].
 
== Variadic functions in PHP ==