home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH04 / A04092.TXT < prev    next >
Encoding:
Text File  |  1993-10-29  |  90 b   |  3 lines

  1. In C++, main() can have a return value of any type.  In ANSI C,
  2. main() must return int.
  3.