readme.txt

来自「C++初学者 代码 一般网站很难获得 初学必备的资料」· 文本 代码 · 共 21 行

TXT
21
字号
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 + =
减小字号Ctrl + -
显示快捷键?