本文共 112 字,大约阅读时间需要 1 分钟。
该类错误应是头文件中定义的函数或类的结尾处缺失 ";". 如
int sum(int a, int b)
句尾添加分号即可.
转载于:https://www.cnblogs.com/cfdljc/p/4882995.html