revision #2: 统一修改代码注释

This commit is contained in:
Changkun Ou
2018-03-30 08:14:35 +02:00
parent 1562815771
commit b29361166f
25 changed files with 25 additions and 25 deletions

View File

@@ -2,7 +2,7 @@
// 1.1.cpp // 1.1.cpp
// c++1x tutorial // c++1x tutorial
// //
// created by changkun at shiyanlou.com // created by changkun at changkun.de
// //
#include "foo.h" #include "foo.h"

View File

@@ -2,7 +2,7 @@
// foo.c // foo.c
// c++1x tutorial // c++1x tutorial
// //
// created by changkun at shiyanlou.com // created by changkun at changkun.de
// //

View File

@@ -2,7 +2,7 @@
// foo.h // foo.h
// c++1x tutorial // c++1x tutorial
// //
// created by changkun at shiyanlou.com // created by changkun at changkun.de
// //

View File

@@ -2,7 +2,7 @@
// 2.1.cpp // 2.1.cpp
// c++1x tutorial // c++1x tutorial
// //
// created by changkun at shiyanlou.com // created by changkun at changkun.de
// //
// nullptr // nullptr

View File

@@ -2,7 +2,7 @@
// 2.2.cpp // 2.2.cpp
// c++1x tutorial // c++1x tutorial
// //
// created by changkun at shiyanlou.com // created by changkun at changkun.de
// //
// constexpr // constexpr

View File

@@ -2,7 +2,7 @@
// 2.3.cpp // 2.3.cpp
// c++1x tutorial // c++1x tutorial
// //
// created by changkun at shiyanlou.com // created by changkun at changkun.de
// //
// auto/decltype/尾返回类型/返回类型推导 // auto/decltype/尾返回类型/返回类型推导

View File

@@ -2,7 +2,7 @@
// 2.4.cpp // 2.4.cpp
// c++1x tutorial // c++1x tutorial
// //
// created by changkun at shiyanlou.com // created by changkun at changkun.de
// //
// 区间迭代 // 区间迭代

View File

@@ -2,7 +2,7 @@
// 2.5.cpp // 2.5.cpp
// c++1x tutorial // c++1x tutorial
// //
// created by changkun at shiyanlou.com // created by changkun at changkun.de
// //
// 初始化列表 // 初始化列表

View File

@@ -2,7 +2,7 @@
// 2.6.cpp // 2.6.cpp
// c++1x tutorial // c++1x tutorial
// //
// created by changkun at shiyanlou.com // created by changkun at changkun.de
// //
// 模板增强 // 模板增强

View File

@@ -2,7 +2,7 @@
// 2.7.cpp // 2.7.cpp
// c++1x tutorial // c++1x tutorial
// //
// created by changkun at shiyanlou.com // created by changkun at changkun.de
// //
// 面向对象增强 // 面向对象增强

View File

@@ -2,7 +2,7 @@
// 2.8.cpp // 2.8.cpp
// c++1x tutorial // c++1x tutorial
// //
// created by changkun at shiyanlou.com // created by changkun at changkun.de
// //
// 强类型枚举 // 强类型枚举

View File

@@ -2,7 +2,7 @@
// 3.1.cpp // 3.1.cpp
// c++1x tutorial // c++1x tutorial
// //
// created by changkun at shiyanlou.com // created by changkun at changkun.de
// //
// lambda expression // lambda expression

View File

@@ -2,7 +2,7 @@
// 3.2.cpp // 3.2.cpp
// c++1x tutorial // c++1x tutorial
// //
// created by changkun at shiyanlou.com // created by changkun at changkun.de
// //
// std::function std::bind // std::function std::bind

View File

@@ -2,7 +2,7 @@
// 3.3.cpp // 3.3.cpp
// c++1x tutorial // c++1x tutorial
// //
// created by changkun at shiyanlou.com // created by changkun at changkun.de
// //
// 右值引用 rvalue reference // 右值引用 rvalue reference

View File

@@ -2,7 +2,7 @@
// 3.4.cpp // 3.4.cpp
// c++1x tutorial // c++1x tutorial
// //
// created by changkun at shiyanlou.com // created by changkun at changkun.de
// //
// 移动语义 // 移动语义

View File

@@ -2,7 +2,7 @@
// 3.5.cpp // 3.5.cpp
// c++1x tutorial // c++1x tutorial
// //
// created by changkun at shiyanlou.com // created by changkun at changkun.de
// //
// 移动语义 // 移动语义

View File

@@ -2,7 +2,7 @@
// 3.6.cpp // 3.6.cpp
// c++1x tutorial // c++1x tutorial
// //
// created by changkun at shiyanlou.com // created by changkun at changkun.de
// //
// 完美转发 // 完美转发

View File

@@ -2,7 +2,7 @@
// 4.1.cpp // 4.1.cpp
// c++1x tutorial // c++1x tutorial
// //
// created by changkun at shiyanlou.com // created by changkun at changkun.de
// //
// std::array // std::array

View File

@@ -2,7 +2,7 @@
// 4.2.cpp // 4.2.cpp
// c++1x tutorial // c++1x tutorial
// //
// created by changkun at shiyanlou.com // created by changkun at changkun.de
// //
// 无序容器 // 无序容器

View File

@@ -2,7 +2,7 @@
// 4.3.cpp // 4.3.cpp
// c++1x tutorial // c++1x tutorial
// //
// created by changkun at shiyanlou.com // created by changkun at changkun.de
// //
// std::tuple 及其操作 // std::tuple 及其操作

View File

@@ -2,7 +2,7 @@
// 6.1.cpp // 6.1.cpp
// c++1x tutorial // c++1x tutorial
// //
// created by changkun at shiyanlou.com // created by changkun at changkun.de
// //
// 正则表达式库 // 正则表达式库

View File

@@ -2,7 +2,7 @@
// 7.1.cpp // 7.1.cpp
// c++1x tutorial // c++1x tutorial
// //
// created by changkun at shiyanlou.com // created by changkun at changkun.de
// //
// 线程支持库 // 线程支持库

View File

@@ -2,7 +2,7 @@
// 7.2.cpp // 7.2.cpp
// c++1x tutorial // c++1x tutorial
// //
// created by changkun at shiyanlou.com // created by changkun at changkun.de
// //
// 生产者消费者模型 // 生产者消费者模型

View File

@@ -2,7 +2,7 @@
// 8.1.cpp // 8.1.cpp
// c++1x tutorial // c++1x tutorial
// //
// created by changkun at shiyanlou.com // created by changkun at changkun.de
// //
// noexcept // noexcept

View File

@@ -2,7 +2,7 @@
// 8.2.cpp // 8.2.cpp
// c++1x tutorial // c++1x tutorial
// //
// created by changkun at shiyanlou.com // created by changkun at changkun.de
// //
// 字面量 // 字面量