home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH01 / A011034.TXT < prev    next >
Encoding:
Text File  |  1993-10-27  |  352 b   |  7 lines

  1. What would happen if you decided to work to an accuracy of 1/2 inch
  2. instead of 1/4 inch, or if you wanted to convert all numbers to
  3. metric measurements?  Using procedural programming, many lines of 
  4. code would have to be changed.  You would probably have to look in 
  5. detail at the whole program.  These modifications could introduce 
  6. new errors.
  7.