摘要:
先贴个例子看看: 1 #include<iostream> 2 using namespace std; 3 template <int size = 5> 4 void print() 5 { 6 for (int i = 0; i < size; i++) 7 { 8 cout << "aaa" 阅读全文
posted @ 2018-06-30 13:52
zksoul
阅读(345)
评论(0)
推荐(0)