README.TXT
上传用户:qdkongtiao
上传日期:2022-06-29
资源大小:356k
文件大小:0k
源码类别:

书籍源码

开发平台:

Visual C++

  1. The program:
  2.    book
  3. reads two Sales_item transactions from the standard input.
  4. The files 'data/add_item' and 'data/bad_item' contain 
  5. two such transactions.  The first file contains valid
  6. transactions; book applied to this file should print a sum.
  7. The second file should cause an exception to be thrown.
  8. The program:
  9.     use-handle
  10. prints output but does no input.