【more effective c++读书笔记】【第5章】技术(5)——Reference counting(引用计数)(1)
摘要:
一、非引用计数实现的String类//String.h#ifndef STRING_H#define STRING_H#define _CRT_SECURE_NO_WARNINGS#includeclass String{public: String(const char* initValue = ... 阅读全文
posted @ 2015-09-06 11:13 ruan875417 阅读(138) 评论(0) 推荐(0)
浙公网安备 33010602011771号