home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH09 / A09111.TXT < prev    next >
Encoding:
Text File  |  1993-10-12  |  284 b   |  6 lines

  1. To distinguish between the different definitions of an overloaded
  2. function, the compiler uses an algorithm called argument matching.
  3. This algorithm compares the function call with each of the
  4. definitions of the overloaded function to determine which
  5. definition matches the call.
  6.