首页 > 编程语言 > 详细

Modern C++ CHAPTER 2(读书笔记)

时间:2016-11-06 17:11:25      阅读:195      评论:0      收藏:0      [点我收藏+]

CHAPTER 2

Recipe 2-1. Initializing Variables

Recipe 2-2. Initializing Objects with Initializer Lists

使用初始化列表的使用

Recipe 2-3. Using Type Deduction

关于auto关键字的使用

Recipe 2-4. Using auto with Functions

Recipe 2-5. Working with Compile Time Constants

 constexpr 关键字的使用

Recipe 2-6. Working with Lambdas

匿名函数的使用

Recipe 2-7. Working with Time

Recipe 2-8. Understanding lvalue and rvalue References

左值引用与右值引用

Recipe 2-9. Using Managed Pointers

各类pointer

 

Modern C++ CHAPTER 2(读书笔记)

原文:http://www.cnblogs.com/LauenWang/p/6035313.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!