home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH09 / A09101.TXT < prev    next >
Encoding:
Text File  |  1993-08-25  |  161 b   |  4 lines

  1. You can declare a function as many times as you like, but it must
  2. be defined exactly once.  Declaring two identical function
  3. declarations is not overloading.
  4.