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

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