home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH16 / A161371.TXT < prev    next >
Encoding:
Text File  |  1993-11-23  |  155 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, divide()
  3. throws an exception.
  4.