harttle.github.io icon indicating copy to clipboard operation
harttle.github.io copied to clipboard

2015/08/02/effective-cpp-13

Open harttle opened this issue 7 years ago • 3 comments

Item 13:使用对象来管理资源 - Effective C++笔记

http://harttle.land/2015/08/02/effective-cpp-13.html

harttle avatar May 02 '18 18:05 harttle

哈哈,我来给你留个言~

By Guess 2015-08-03T02:27:45Z

harttle avatar May 02 '18 18:05 harttle

auto_ptr已经没用啦。 (deprecated in C++11) (removed in C++17)

ghost avatar Dec 04 '18 03:12 ghost

是RAII原则:acquisition is initialization ==> resource acquisition is initialization

dongmingsun avatar Feb 20 '19 03:02 dongmingsun