README.TXT
资源名称:CppPrimer.rar [点击查看]
上传用户:qdkongtiao
上传日期:2022-06-29
资源大小:356k
文件大小:1k
源码类别:
书籍源码
开发平台:
Visual C++
- Some programs read cin for their input.
- Sample data files are in the data directory:
- File Programs that use that input file
- ---- --------
- bad_items exception_example
- add_item exception_example
- doWhile doWhile
- Two other programs: vowels and othercnt read input.
- They can read any file, such as the program itself.
- It is worth noting, that the vowels and othercnt
- programs read characters using the input operator,
- which, by default, ignores whitespace. The output
- of this program will, therefore, not match any system
- utility such as the UNIX 'wc' command that counts all
- characters.
- All other programs print output and do not read any input