Ray's playground

 

Functions(Chapter 7 of The C++ Programming Language)

Return types are not considered in overload resolution.

For some functions, it is not possible to specify the number and type of all arguments expected in a call. Such a function is declared by terminating the list of argument declarations with the ellipsis (...), which means ‘‘and maybe some more arguments.’’ For example: int printf(const char* ...);


posted on 2010-07-25 13:30  Ray Z  阅读(164)  评论(0编辑  收藏  举报

导航