readme.txt

来自「经典书籍《C++ Primer》的随书源代码。」· 文本 代码 · 共 21 行

TXT
21
字号
The program:

     use-query-handle

takes an argument that specifies the file to read.  It also
reads the standard input iterating with the user for words 
to find in the file.  
The file 'data/Alice_story' is the simple story used for queries
presented in the book

The program:

     swap

reads a pair of integers from the standard input.  The file
'data/swap' can be used with this program.

The remaining programs are self-contained. 
They write to the standard input but do no input.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?