摘要: ```c++ include template int ArraySize (T (&arr)[N]) { //此处是数组的引用,在C语言中不支持 return N; } int main() { int x[10]; std::cout 阅读全文
posted @ 2017-05-27 09:13 keviwu 阅读(1554) 评论(0) 推荐(0) 编辑