README.TXT
Upload User: qdkongtiao
Upload Date: 2022-06-29
Package Size: 356k
Code Size: 1k
Category:

source in ebook

Development Platform:

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.