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

  1. The function divide() divides the first parameter by the second
  2. and returns the result.  If the second parameter is zero, the
  3. function throws an exception.
  4.