issues
search
changkun
/
modern-cpp-tutorial
📚 Modern C++ Tutorial: C++11/14/17/20 On the Fly | https://changkun.de/modern-cpp/
https://changkun.de/modern-cpp/
MIT License
24.1k
stars
3k
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Make the examples for init-statements in if-statements consistent between Chinese and English versions
#299
frederick-vs-ja
opened
2 months ago
0
if/switch 变量声明强化小节,中/英版本的代码例子不同,英文版本代码有误
#298
MosZhang7
opened
2 months ago
0
Clarify how does program terminate due to `noexcept`
#297
frederick-vs-ja
opened
2 months ago
0
Clarify safety of `std::unique_ptr`
#296
frederick-vs-ja
opened
2 months ago
0
Add Vietnamese - 添加越南语翻译
#295
xuanvuong1702
closed
2 months ago
0
第四章 `std::tuple` 的遍历的内容有些过时与复杂
#294
Mq-b
opened
5 months ago
3
2.6章节-显式虚虚函数重载-final禁止子类重载 的示例容易产生误解
#293
cctyl
closed
5 months ago
2
book: fix some uses of "mutex" and "instantiation"
#292
frederick-vs-ja
closed
5 months ago
0
Add missing result.
#291
saukymo
closed
5 months ago
0
Modified the error description in the constexpr section.
#290
Mq-b
opened
5 months ago
1
`constexpr` 一节中,是编译器扩展导致,而非是新编译器优化的问题,解释有误
#289
Mq-b
opened
5 months ago
1
Modify the description of RAII
#288
Mq-b
closed
5 months ago
0
“堆栈回退”改为“栈回溯”
#287
Mq-b
closed
5 months ago
0
2.3 中的 `typeof` 不是 C++ 中的标准特性
#286
frederick-vs-ja
opened
5 months ago
1
“堆栈回退”我认为您要表达的是:“栈回溯”
#285
Mq-b
closed
5 months ago
1
描述 `std::mutex` 的用词奇怪,应当更改
#284
Mq-b
closed
5 months ago
3
RAII 不是一种语法,第七章描述错误
#283
Mq-b
closed
5 months ago
1
`std::unique_ptr` 概念描述不够清晰
#282
Mq-b
opened
5 months ago
3
book: avoid implication that `volatile` may be usable in concurrency
#281
frederick-vs-ja
closed
5 months ago
3
book: correct description of function template parameter deduction from `auto`
#280
frederick-vs-ja
closed
5 months ago
0
book: fix imprecise description of `NULL` in C++
#279
frederick-vs-ja
closed
5 months ago
0
多线程中不该牵扯 `volatile` 关键字,且描述经不起推敲没有逻辑,带有错误暗示
#278
Mq-b
closed
5 months ago
0
book: avoid "let the compiler deduce the list by itself"
#277
frederick-vs-ja
closed
5 months ago
1
lambda 表达式隐式捕获用“编译器自行推导”这种措辞极度不合适
#276
Mq-b
closed
5 months ago
24
`3.3` 右值引用中的错误描述
#275
Mq-b
opened
6 months ago
1
C++ 中不允许将 `NULL` 定义为 `((void*)0)`
#274
Mq-b
closed
5 months ago
2
fix(exercise): replace std::result_of with std::invoke_result since the old one is deprecated in C++20;
#273
Q-Wednesday
opened
1 year ago
0
Update 10.2.concepts.cpp
#272
lakshita157
closed
5 months ago
2
P43 || 43页
#271
xiuhu17
closed
1 year ago
1
网页加载速度
#270
iscas-zac
closed
1 year ago
1
第八章内容
#269
Seazer-x
opened
1 year ago
1
make `fold.expresion.cpp` work with negative values
#268
Delta456
opened
1 year ago
2
Chapter 2 exercise answer bug
#267
ZenoTan
opened
1 year ago
2
第二章 尾返回类型推导 “我们已经提过 auto 不能用于函数形参进行类型推导”
#266
yangyagami
closed
5 months ago
2
A small discriminative modification to the nature of override and overload
#265
lingkerio
closed
1 year ago
0
关于普通重载和override的一个区别
#264
lingkerio
closed
1 year ago
1
Update 03-runtime.md
#262
KSroido
closed
1 year ago
0
fix: preface bold format
#261
GNAQ
closed
1 year ago
0
Better translation of `std::thread::join()`
#260
AtomicVar
closed
1 year ago
0
fix: typo error
#257
wendajiang
closed
1 year ago
0
Fix typo (#255)
#256
VVsxmja
closed
1 year ago
0
网页端渲染存在问题
#255
zhaoxuyang13
opened
1 year ago
1
minor language re-edit
#254
cangyin
closed
2 years ago
11
第6章的习题设置不合理
#253
cangyin
closed
2 years ago
1
语句有些繁琐,可否简化表达
#252
cangyin
closed
2 years ago
1
Fix a typo: remove unnecessary words
#251
topecongiro
closed
2 years ago
0
Fix incorrect translation
#250
zincsamael
closed
2 years ago
0
Fix typo in chapter 2
#249
stephen9357
closed
2 years ago
0
fix: typo error of 2.3
#248
AlanHN
closed
2 years ago
0
about std::bind
#247
Layty
closed
2 years ago
1
Next