readme.txt
来自「C++_Primer_Book_and_Code.rar 第四版C++ PRIM」· 文本 代码 · 共 17 行
TXT
17 行
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.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?