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

书籍源码

开发平台:

Visual C++

  1. The program:
  2.      use-query-handle
  3. takes an argument that specifies the file to read.  It also
  4. reads the standard input iterating with the user for words 
  5. to find in the file.  
  6. The file 'data/Alice_story' is the simple story used for queries
  7. presented in the book
  8. The program:
  9.      swap
  10. reads a pair of integers from the standard input.  The file
  11. 'data/swap' can be used with this program.
  12. The remaining programs are self-contained. 
  13. They write to the standard input but do no input.