⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme.txt

📁 C++Primer 第四版 包括windows 平台下各章的例子程序
💻 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 + -