Effective C++
WCAO_ERROR
有梦想却未实现的C++程序猿
展开
-
Effective C++记录(7):Declare destructors virtual in polymorphic base classes
Effective C++记录原创 2022-09-01 17:45:50 · 449 阅读 · 1 评论 -
Effective C++记录(6):Explicitly disallow the use of compiler-generated functions you do not want
Effective C++记录原创 2022-09-01 13:38:17 · 246 阅读 · 0 评论 -
Effective C++记录(5):Know what functions C++ silently writes and calls.
Effective C++记录原创 2022-08-31 19:28:59 · 181 阅读 · 0 评论 -
Effective C++记录(4):Make sure that objects are initialized before they‘re used
Effective C++记录原创 2022-08-31 17:45:41 · 196 阅读 · 0 评论 -
Effective C++记录(3):Use const whenever possible
Effective C++记录原创 2022-08-30 22:50:55 · 187 阅读 · 0 评论 -
Effective C++记录(2):Prefer consts, enums, and inlines to #defines
Effective C++记录原创 2022-08-30 17:00:08 · 166 阅读 · 0 评论 -
Effective C++记录(1):View C++ as a federation of languages
Effective C++记录原创 2022-08-29 20:55:08 · 101 阅读 · 0 评论