What & How & Why

差别

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

到此差别页面的链接

两侧同时换到之前的修订记录前一修订版
cs:programming:cpp:cpp_primer:answers:chpt_14 [2024/01/14 13:46] – ↷ 页面programming:cpp:cpp_primer:answers:chpt_14被移动至cs:programming:cpp:cpp_primer:answers:chpt_14 codingharecs:programming:cpp:cpp_primer:answers:chpt_14 [2024/01/14 13:47] (当前版本) – ↷ 链接因页面移动而自动修正 codinghare
行 46: 行 46:
 ==ex.14.6== ==ex.14.6==
 >Exercise 14.6: Define an output operator for your Sales_data class. >Exercise 14.6: Define an output operator for your Sales_data class.
-Please see [[programming:cpp:cpp_primer:answers:chpt_14#ex.14.2|Exercise 14.2]]+Please see [[cs:programming:cpp:cpp_primer:answers:chpt_14#ex.14.2|Exercise 14.2]]
 ==ex.14.7== ==ex.14.7==
 >Exercise 14.7: Define an output operator for you String class you wrote for the exercises in § 13.5 (p. 531). >Exercise 14.7: Define an output operator for you String class you wrote for the exercises in § 13.5 (p. 531).
-Please see [[programming:cpp:cpp_primer:answers:chpt_13#ex.13.44|Exercise 13.44]]+Please see [[cs:programming:cpp:cpp_primer:answers:chpt_13#ex.13.44|Exercise 13.44]]
 ==ex.14.8== ==ex.14.8==
 >Exercise 14.8: Define an output operator for the class you chose in exercise 7.40 from § 7.5.1 (p. 291). >Exercise 14.8: Define an output operator for the class you chose in exercise 7.40 from § 7.5.1 (p. 291).
行 115: 行 115:
 ==ex.14.17== ==ex.14.17==
 >Exercise 14.17: Should the class you chose for exercise 7.40 from § 7.5.1 (p. 291) define the equality operators? If so, implement them. If not, explain why not. >Exercise 14.17: Should the class you chose for exercise 7.40 from § 7.5.1 (p. 291) define the equality operators? If so, implement them. If not, explain why not.
-Please see [[programming:cpp:cpp_primer:answers:chpt_14#ex.14.15|Exercise 14.15]]+Please see [[cs:programming:cpp:cpp_primer:answers:chpt_14#ex.14.15|Exercise 14.15]]
 ==ex.14.18== ==ex.14.18==
 >Exercise 14.18: Define relational operators for your StrBlob, StrBlobPtr, StrVec, and String classes. >Exercise 14.18: Define relational operators for your StrBlob, StrBlobPtr, StrVec, and String classes.