README.TXT
资源名称:CppPrimer.rar [点击查看]
上传用户:qdkongtiao
上传日期:2022-06-29
资源大小:356k
文件大小:0k
源码类别:
书籍源码
开发平台:
Visual C++
- The program:
- book
- reads two Sales_item transactions from the standard input.
- The files 'data/add_item' and 'data/bad_item' contain
- two such transactions. The first file contains valid
- transactions; book applied to this file should print a sum.
- The second file should cause an exception to be thrown.
- The program:
- use-handle
- prints output but does no input.