码迷,mamicode.com
首页 > 编程语言 > 详细

c++ primer note

时间:2016-09-05 19:04:01      阅读:177      评论:0      收藏:0      [点我收藏+]

标签:

1.decltype

2.auto

3.cbegin

4.cend

5.constexpr

6.(*Parray)[10]=&arr; //Parray 指向一个含有10个整数的数组

7.(&arrRef)[10]=arr;   //arrRef 引用一个含有10个整数的数组

c++ primer note

标签:

原文地址:http://www.cnblogs.com/thefirstfeeling/p/5843166.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!