JohnGu

导航

2017年11月2日 #

C++ Primer 第三章 学习笔记

摘要: string #include <string> 阅读全文

posted @ 2017-11-02 17:23 JohnGu 阅读(113) 评论(0) 推荐(0) 编辑

C++ Primer 第二章 学习笔记

摘要: 在auto一个引用时,auto会忽略顶层const,而保存底层const decltype(sum()) x = i; // I的类型就是sum()返回值的类型 阅读全文

posted @ 2017-11-02 15:02 JohnGu 阅读(111) 评论(0) 推荐(0) 编辑