what does the ellipsis do?

hi

What does the ellipsis do exactly and how can it be used?

e.g.

void Myfunc(int a,... );
It denotes variable number of arguments.
Read this http://www.cplusplus.com/reference/clibrary/cstdarg/
Topic archived. No new replies allowed.