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.    bad_items        exception_example
  6.    add_item         exception_example
  7.    doWhile          doWhile
  8. Two other programs: vowels and othercnt read input.
  9. They can read any file, such as the program itself.
  10. It is worth noting, that the vowels and othercnt
  11. programs read characters using the input operator,
  12. which, by default, ignores whitespace.  The output
  13. of this program will, therefore, not match any system
  14. utility such as the UNIX 'wc' command that counts all
  15. characters.
  16. All other programs print output and do not read any input