2014年5月15日

模板具体化

摘要: #ifndef SWAP_H_INCLUDED#define SWAP_H_INCLUDED#include using namespace std;struct Job{ string name; int salary;};template void Swap(T &a, T &b);... 阅读全文

posted @ 2014-05-15 15:23 jesse_deng 阅读(316) 评论(0) 推荐(0) 编辑

导航