C++ Primer 学习笔记——首页

《C++ Primer》作为久负盛名的 C++经典教程,其优秀的教学方式让笔者收获匪浅。

接下来的时间里,笔者会陆续更新自己在学习 C++路途上的一些心得、笔记,希望对您有所帮助。

C++ Primer 练习代码和练习题答案已经推送到 Githhub 上。

就此开始吧 !


勘误

P352 “可变lambda”小标题下第二行:

“就必须在参数列表加上关键字mutable。”应该改为“就必须在参数列表加上关键字mutable。”

在《C++ primer 5th》原文中提到:“we must follow the parameter list with the keyword mutable.” 「P499」

P451 第一段

“如果一个类有数据成员不能默认构造函数、拷贝、复制或销毁”应该将“复制”修改为“赋值”。

在《C++ primer 5yh》中提到:“if a class has a data member that cannot be default constructed, copied, assigned, or destroyed”

posted @ 2023-05-10 14:38  木木亚伦  阅读(57)  评论(0编辑  收藏  举报