home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH09 / A09103.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-25  |  274.0 KB  |  1 channel  |  11,025 sample rate  |  25 seconds
Transcription: In order to distinguish among overloaded functions with the same name, the compiler repends the argument types to the function name. For this reason, the compiler cannot distinguish between two overloaded functions that have the same name and the same number and type of arguments. In this example, each declaration of print differs by at least one of the type, the order, or the number of arguments.