effective c++ 11: Handle assignment to self in operator =
parapax 2014-04-07 00:08
阅读:263
评论:0
推荐:0
编辑
当前标签:c++
effective c++ 10: Have assignment operators return a reference to *this
parapax 2014-04-06 23:39
阅读:140
评论:0
推荐:0
编辑
effective c++ 9: Never call virtual functions during construction or destruction
parapax 2014-04-06 23:33
阅读:208
评论:0
推荐:0
编辑
effective c++ 8: Prevent exceptions from leaving destrctors
parapax 2014-04-06 23:18
阅读:148
评论:0
推荐:0
编辑
effective c++ 7: Declare destructors virtual in polymorphic base classes
parapax 2014-04-06 23:08
阅读:181
评论:0
推荐:0
编辑
effective c++ 6: Explicitly disallow the use of compiler-generated functions you do not want
parapax 2014-04-03 18:29
阅读:148
评论:0
推荐:0
编辑
effective c++ 5: Know what functions C++ silently writes and calls
parapax 2014-04-03 18:20
阅读:150
评论:0
推荐:0
编辑
effective C++ 4 Make sure objects are initialized before they are used
parapax 2014-04-02 18:07
阅读:152
评论:0
推荐:0
编辑
effective C++ 3 use const whenever possible
parapax 2014-04-01 10:05
阅读:209
评论:0
推荐:0
编辑
effective C++ 2 prefer consts, enums and inlines to #defines
parapax 2014-03-31 09:42
阅读:197
评论:0
推荐:0
编辑
effective C++ 1 view c++ as a federation of languages
parapax 2014-03-30 09:45
阅读:234
评论:0
推荐:0
编辑