home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH04 / A04187.TXT < prev    next >
Encoding:
Text File  |  1993-11-24  |  257 b   |  5 lines

  1. When a C++ function is compiled, the function name is encoded to
  2. include the types of the arguments.  A function call to a function
  3. that is defined in another file is guaranteed to call the function
  4. with the correct name and the correct argument types.
  5.