没有合适的资源?快使用搜索试试~ 我知道了~
effective C++ 读书笔记 PPT
5星 · 超过95%的资源 需积分: 12 10 下载量 148 浏览量
2013-07-10
22:16:38
上传
评论
收藏 784KB PPT 举报
温馨提示
摘录了《Effective C++》 (Scott Meyers 著)中有参考价值的编写代码建议,方面阅读
资源推荐
资源详情
资源评论
Effective C++
Scott Meyers
reading notes collected by Milong Wu
C++ is a federation
1. C
Blocks, statements, the preprocessor, built-in data types, arrays, pointers.
2. Object-Oriented C++
classes( including constructors and destrutors), encapsulation, inheritance, polymor
phism, virtual functions, etc.
3. Template C++
this is the generic programming part of C++
4. The STL
the STL has particular ways of doing things, its conventions regarding containers,
algorithms, and function objects mesh beaytifully.
const
const char *p = greeting;
non – const pointer, const data
char * const p = greeting;
const pointer, non – const data.
const char * const p = greeting;
const pointer, const data
void f1 (const Widger *pw);
f1 takes a pointer to a constant Widget object
Some common usages:
剩余14页未读,继续阅读
资源评论
- jacky_up2014-10-14挺实用的,谢谢LZ
- Farmwang2014-10-27硬汉的作品 值得细细品读 不错不错
不负初心
- 粉丝: 47
- 资源: 17
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- Esercizi di informatica!执行计划,metti alla prova!.zip
- Eloquent JavaScript 翻译 - 2ª edição .zip
- Eclipse Paho Java MQTT 客户端库 Paho 是一个 Eclipse IoT 项目 .zip
- disconf 的 Java 应用程序.zip
- cloud.google.com 上使用的 Java 和 Kotlin 代码示例.zip
- 未命名3(3).cpp
- fluent 流体动力学CFD
- Azure Pipelines 文档引用的示例 Java 应用程序.zip
- Apereo Java CAS 客户端.zip
- RAW文件的打开方法与专业处理工具推荐
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功