摘要: 函数模板:例1:实际中对不同类型数据可用排序函数sorttemplatereturn-typr sort(…T… )实际输出函数例子://制作模板//传入参数array的类型不确定templatevoid print(const T array[], int size){int i;for(i=0;... 阅读全文
posted @ 2015-09-24 09:29 李杨阳 阅读(169) 评论(0) 推荐(0)