问题描述
- C++中: error C2143: syntax error : missing ';' before '<'
-
//标准库头文件
#include
#include
#include
#include
#include
#include//标准C++之前的iostream头文件
#include//标准C头文件
#include
#include//typedefs使声明更简单
typedef pair location;
typedef vector loc;
typedef vector text;
typedef pair text_loc;void main()
{
}使用VC++6.0编译后总是出现错误:error C2143: syntax error : missing ';' before '<'
这是为什么啊?
时间: 2024-09-18 03:15:55