2017年9月1日

摘要: 单例模式 // Singleton.cpp: 定义控制台应用程序的入口点。// #include "stdafx.h"#include <iostream>#include <memory> using namespace std; template< typename T >class Singl 阅读全文
posted @ 2017-09-01 09:32 itdef 阅读(321) 评论(0) 推荐(0)

导航