Hi All
what is (...) in a function decleraiton?
e.g.
int __cdecl printf(const char *, ...);
is it standard C?
can i declare a function that can
accept diffrent number of argument in standard C (not C++)?
thanx
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 5 of 5
Threaded View
|
Click Here to Expand Forum to Full Width |