📄 readme.txt
字号:
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
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -