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

书籍源码

开发平台:

Visual C++

  1. Some programs read cin for their input.
  2. Sample data files are in the data directory:
  3.      File           Programs that use that input file
  4.      ----           --------
  5.    use_equalrange   use_equalrange
  6.    use_find         use_find
  7.    arrow            arrow
  8.    use-ostream-iter use-ostream-iter
  9.    iostream_iter    iostream_iter
  10.                     use-istream-iter
  11.                     equiv-istream-iter
  12.    reverse-iter     reverse-iter
  13.    parms            parms
  14.    fox_story        elim-dups
  15. The program:
  16.    count-size
  17. reads the standard input and report information about
  18. what was read.  Any file can be provided as the input;
  19. the file 'data/fox_story' contains the data used in the book.
  20. The program:
  21.    vocab
  22. prompts the user for one or more files and reads the specified
  23. file(s), and reports statistics about the words used in those files.
  24. The programs:
  25.     iostream_iter
  26.     use-istream-iter
  27.     equiv-istream-iter
  28. read integers from standard input and write what was read to the
  29. standard output.  The file `data/iostream_iter' can be used with
  30. any of these three programs.
  31. Programs not listed above print output and do
  32. not read any input