编程语言¶
学习编程语言时记录下的一些笔记,C++已弃坑,Effective Modern C++应该不会读完了
Golang¶
Golang杂记¶
C++¶
C++ 零碎杂记¶
Effective Modern C++¶
Deducing Types
auto
Moving to Modern C++
Smart Pointers
Rvalue References, Move Semantics, and Perfect Forwarding
Lambda Expressions
The Concurrency API
Tweaks