Content deleted Content added
Jerryobject (talk | contribs) →External links: WP:CATEGORYs add. |
m linking |
||
Line 83:
===In C++===
The basic variadic facility in C++ is largely identical to that in C. The only difference is in the syntax, where the comma before the ellipsis can be omitted. C++ allows variadic functions without [[named
<syntaxhighlight lang="c++">
|