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.      chars          no-skipws, skipws, getput, getc
  6.      badgetc        badgetc
  7. NOTE: the fourth character in badgetc is the one on
  8. our system that converts to the same character as EOF.
  9. Other systems may have to use other values.
  10. Two other programs, require input files:
  11.     main-proto reads a file that is specifed as an
  12.         argument to main.  main-proto reads that file 
  13.         and prints what is read separating each word
  14.         by a newline.
  15.     seek reads and writes to a file named copyOut that 
  16.         it expects to be in the current directory.  
  17.         The file data/seek matches the example in the book.
  18. Programs not listed above print output and do
  19. not read any input