摘要:1. 主版本模板类 首先我们来看一段初学者都能看懂,应用了模板的程序: 1 #include 2 using namespace std; 3 4 template 5 class A{ 6 public: 7 void function(T1 value1, T2 value2){ ...
阅读全文
posted @ 2015-09-17 14:26
|
|||
09 2015 档案
摘要:1. 主版本模板类 首先我们来看一段初学者都能看懂,应用了模板的程序: 1 #include 2 using namespace std; 3 4 template 5 class A{ 6 public: 7 void function(T1 value1, T2 value2){ ...
阅读全文
posted @ 2015-09-17 14:26
|
|||