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

  1. In C programs, error handling is interspersed throughout your
  2. code.  In C++, error handling code and other code are separated
  3. to make the program easier to read and maintain.
  4.