c++里, error C2144: 语法错误:“int”的前面应有“;”。这是什么情况??
stdafx.h内为:#pragmaonce#include"targetver.h"#include<stdio.h>#include<tchar.h>#include...
stdafx.h内为:
#pragma once
#include "targetver.h"
#include <stdio.h>
#include <tchar.h>
#include<iostream>
using namespace std;
studentlist.h内
#include<string>
class studentlist{
..............
}; 展开
#pragma once
#include "targetver.h"
#include <stdio.h>
#include <tchar.h>
#include<iostream>
using namespace std;
studentlist.h内
#include<string>
class studentlist{
..............
}; 展开
展开全部
class studentlist{
.............. // 错在这里
};
.............. // 错在这里
};
追问
那个是省略号的意思,中间的代码省略了
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
你好,可能1.include没有空格, 2.studentlist头文件里少写了个;
本回答被提问者和网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询