This website requires JavaScript.
Explore
Help
Register
Sign In
document
/
EffectiveModernCppChinese
Watch
2
Star
0
Fork
0
You've already forked EffectiveModernCppChinese
mirror of
https://github.com/CnTransGroup/EffectiveModernCppChinese.git
synced
2026-08-22 20:13:28 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
12
Commits
5
Branches
0
Tags
2d0fe80c9ea421e1bc302b453a3ca73ea707d470
Go to file
Code
Clone
HTTPS
SSH
Tea CLI
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Download ZIP
Download TAR.GZ
Download BUNDLE
Cthulhu
2d0fe80c9e
misc:fix typo
2016-11-21 18:51:52 +08:00
1.DeducingTypes
item4:completely
2016-11-18 14:53:16 +08:00
2.auto
item6:completely
2016-11-21 18:48:21 +08:00
README.md
misc:fix typo
2016-11-21 18:51:52 +08:00
README.md
Unescape
Escape
Effective Modern C++ 翻译
42 Specific Ways To Improve Your Use Of C++11 And C++14
!
本书要求读者有较高水平的C++知识
!
这不是一本C++11/14特性使用指南
目录
类型推导
[Item 1:理解模板类型推导(
https://github.com/racaljk/EffectiveModernCppChinese/blob/master/1.DeducingTypes/item1.md
)
Item 2:理解auto类型推导
Item 3:理解decltype
Item 4:学会查看类型推导结果
auto
Item 5:优先考虑auto而非显式类型声明
Item 6:auto推导若非己愿
,
使用显式类型初始化惯用法
移步现代C++
Item 7:区别使用()和{}创建对象[未翻译]
翻译相关
constness译为常量性
,
volatitleness译为易变性
,
reference-ness视情况直接译为引用
诚恳接受typo-pull-request以及错译pr
Reference in New Issue
View Git Blame
Copy Permalink
Description
《Effective Modern C++》- 完成翻译
Readme
33
MiB
Languages
Markdown
100%