What & How & Why

差别

这里会显示出您选择的修订版和当前版本之间的差别。

到此差别页面的链接

两侧同时换到之前的修订记录前一修订版
cs:programming:cpp:cpp_primer:answers:chpt_1 [2024/01/14 13:46] – ↷ 页面programming:cpp:cpp_primer:answers:chpt_1被移动至cs:programming:cpp:cpp_primer:answers:chpt_1 codingharecs:programming:cpp:cpp_primer:answers:chpt_1 [2024/01/14 13:47] (当前版本) – ↷ 链接因页面移动而自动修正 codinghare
行 263: 行 263:
 ==ex.1.19== ==ex.1.19==
 >Exercise 1.19: Revise the program you wrote for the exercises in § 1.4.1 (p.13) that printed a range of numbers so that it handles input in which the first number is smaller than the second. >Exercise 1.19: Revise the program you wrote for the exercises in § 1.4.1 (p.13) that printed a range of numbers so that it handles input in which the first number is smaller than the second.
-See [[programming:cpp:cpp_primer:answers:chpt_1#ex.1.11|ex.1.11]]+See [[cs:programming:cpp:cpp_primer:answers:chpt_1#ex.1.11|ex.1.11]]
 ==ex.1.20== ==ex.1.20==
 >Exercise 1.20: http://www.informit.com/title/032174113 contains a copy of Sales_item.h in the Chapter 1 code directory. Copy that file to your working directory. Use it to write a program that reads a set of book sales transactions, writing each transaction to the standard output. >Exercise 1.20: http://www.informit.com/title/032174113 contains a copy of Sales_item.h in the Chapter 1 code directory. Copy that file to your working directory. Use it to write a program that reads a set of book sales transactions, writing each transaction to the standard output.