用string错误 问题

//temph.h/////#ifndef_PP_#define_PP_#include<string>classPP{public:inti;stringa;};#en... //temph.h/////
#ifndef _PP_
#define _PP_
#include <string>
class PP
{public:
int i;
string a;
};
#endif

//main.cpp/////
#include "temph.h"
void main()
{
PP a;
}

为什么会编译错误
--------------------Configuration: temp - Win32 Debug--------------------
Compiling...
main.cpp
e:\c++ program\temp\temp\temph.h(8) : error C2146: syntax error : missing ';' before identifier 'a'
e:\c++ program\temp\temp\temph.h(8) : error C2501: 'string' : missing storage-class or type specifiers
e:\c++ program\temp\temp\temph.h(8) : error C2501: 'a' : missing storage-class or type specifiers
执行 cl.exe 时出错.

temp.exe - 1 error(s), 0 warning(s)
展开
 我来答
iammingyuan
2009-07-20 · TA获得超过131个赞
知道答主
回答量:76
采纳率:0%
帮助的人:0
展开全部
#include <string>
using namespace::std;
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式