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

  1. In order to find a match for a function call, the compiler
  2. performs certain conversions on the arguments.  These
  3. conversions are performed in a determined order, starting
  4. with trivial conversions and ending with user-defined
  5. conversions, until the compiler finds a function definition
  6. that matches the call.
  7.