摘要: 1. Template functiontemplate // a template prefixT func(T a, T b, T c){ // return value is T type, 3 T-typed formal parameters return a + b + c;}We... 阅读全文
posted @ 2014-11-24 05:32 Rui Yan 阅读(156) 评论(0) 推荐(0)