From: Igor Tandetnik on 17 Feb 2010 17:39 Ben Voigt [C++ MVP] <bvoigt(a)newsgroup.nospam> wrote: >> "Its" here means "the function's". The type of the function comprises >> its return type and the number and types of its parameters. So, the >> return type should be int, but the number and types of parameters are >> implementation-defined. > > I think the type of the function would also include calling > convention. C or C++ standards don't have the notion of a calling convention. C++ has a somewhat related notion of language linkage (as in, extern "C"), which is indeed part of the function type. -- With best wishes, Igor Tandetnik With sufficient thrust, pigs fly just fine. However, this is not necessarily a good idea. It is hard to be sure where they are going to land, and it could be dangerous sitting under them as they fly overhead. -- RFC 1925
First
|
Prev
|
Pages: 1 2 Prev: Overloading member functions, some virtual, some not Next: How to make a Dialog resizable |