摘要: https://blog.csdn.net/qq844352155/article/details/39050685 https://blog.csdn.net/z_ml118/article/details/78253313 https://www.cnblogs.com/whlook/p/657 阅读全文
posted @ 2019-07-04 15:03 hostid 阅读(610) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/zhanghuaichao/article/details/79459130 https://blog.51cto.com/jackyblf/1896360 https://www.runoob.com/design pattern/singleton p 阅读全文
posted @ 2019-07-04 11:46 hostid 阅读(139) 评论(0) 推荐(0)
摘要: 一、 include include using namespace std; class test { public: test(); void func(int a) { printf("void func(int a)\n"); } void func(char a) { printf("vo 阅读全文
posted @ 2019-07-04 10:05 hostid 阅读(707) 评论(0) 推荐(0)