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

  1. C++ programs are made up of functions.  There is one special
  2. function called main() that must be defined in every C++ program.
  3. Other functions are called from main().
  4.