摘要: #include <iostream> using namespace std; int fuc(char *a) { cout << a << endl; } int main() { fuc("hello"); } 如果编译器版本比较高,会提示warning: ISO C++11 does no 阅读全文
posted @ 2020-11-26 15:13 不明白就去明白 阅读(544) 评论(0) 推荐(0) 编辑