cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
what does the ellipsis do?
what does the ellipsis do?
Oct 26, 2011 at 5:11pm UTC
Blessman11
(370)
hi
What does the ellipsis do exactly and how can it be used?
e.g.
void
Myfunc(
int
a,... );
Oct 26, 2011 at 5:18pm UTC
tfityo
(174)
It denotes variable number of arguments.
Read this
http://www.cplusplus.com/reference/clibrary/cstdarg/
Topic archived. No new replies allowed.