摘要: 直接上代码 void Add(int a, double b, short c, const char * f) { std::cout << f << a << ", " << b << ", " << c << ";\n"; } void *p = nullptr; template <type 阅读全文
posted @ 2021-06-04 13:37 昶修 阅读(1202) 评论(0) 推荐(0)