C++怎样定义string类型变量,为什么总报错 5

#include<iostream.h>#include<string>usingnamespacestd;intmain(){stringc="hijklmn";cou... #include<iostream.h>
#include<string>
using namespace std;

int main()
{
string c="hijklmn";
cout<<c;
return 1;
}
ompiling...
1.cpp
d:\vc6++ (g)\vc98\include\ios(16) : error C2143: syntax error : missing ';' before ''template<''
d:\vc6++ (g)\vc98\include\ios(16) : error C2501: '_STD_BEGIN' : missing storage-class or type specifiers
d:\vc6++ (g)\vc98\include\ios(17) : error C2504: 'ios_base' : base class undefined
d:\vc6++ (g)\vc98\include\ios(95) : see reference to class template instantiation 'basic_ios<_E,_Tr>' being compiled
d:\vc6++ (g)\vc98\include\ios(20) : error C2143: syntax error : missing ';' before '<'
d:\vc6++ (g)\vc98\include\ios(95) : see reference to class template instantiation 'basic_ios<_E,_Tr>' being compiled
d:\vc6++ (g)\vc98\include\ios(20) : error C2059: syntax error : '<'
d:\vc6++ (g)\vc98\include\ios(95) : see reference to class template instantiation 'basic_ios<_E,_Tr>' being compiled
d:\vc6++ (g)\vc98\include\ios(118) : error C2228: left of '.setf' must have class/struct/union type
d:\vc6++ (g)\vc98\include\ios(118) : error C2653: 'ios_base' : is not a class or namespace name
d:\vc6++ (g)\vc98\include\ios(118) : error C2653: 'ios_base' : is not a class or namespace name
d:\vc6++ (g)\vc98\include\ios(118) : error C2065: 'adjustfield' : undeclared identifier
d:\vc6++ (g)\vc98\include\ios(120) : error C2143: syntax error : missing ';' before '&'
d:\vc6++ (g)\vc98\include\ios(120) : error C2433: 'ios_base' : 'inline' not permitted on data declarations
d:\vc6++ (g)\vc98\include\ios(120) : error C2501: 'ios_base' : missing storage-class or type specifiers
d:\vc6++ (g)\vc98\include\ios(120) : error C2086: 'ios_base' : redefinition
d:\vc6++ (g)\vc98\include\ios(120) : error C2061: syntax error : identifier 'ios_base'
d:\vc6++ (g)\vc98\include\ios(121) : error C2501: 'left' : missing storage-class or type specifiers
d:\vc6++ (g)\vc98\include\ios(121) : error C2228: left of '.setf' must have class/struct/union type
d:\vc6++ (g)\vc98\include\ios(121) : error C2653: 'ios_base' : is not a class or namespace name
d:\vc6++ (g)\vc98\include\ios(121) : error C2653: 'ios_base' : is not a class or namespace name
d:\vc6++ (g)\vc98\include\ios(121) : fatal error C1003: error count exceeds 100; stopping compilation
Error executing cl.exe.

1.obj - 102 error(s), 5 warning(s)
写程序时只要不用string类型变量都可以解决,但是一定义string类型变量都出现以上错误。这与创建工程有关吗?
展开
 我来答
百度网友221b02e31
2010-10-25 · 超过10用户采纳过TA的回答
知道答主
回答量:25
采纳率:0%
帮助的人:50万
展开全部
创建的工程是控制台程序的话,要包含头文件afx.h
而且要加载mfc的库,设置办法:菜单栏里的project->settings->General选项卡下的Microsoft Foundation Classes:中选Use MFC,选静态或动态都可以,但是动态调用的话需要把MFC的动态库放在system32文件夹下。
tanarri
2010-10-25 · TA获得超过1.1万个赞
知道大有可为答主
回答量:5123
采纳率:33%
帮助的人:8178万
展开全部
#include<iostream.h>
改为
#include<iostream>
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
nicklisir
2010-10-25 · 超过30用户采纳过TA的回答
知道答主
回答量:120
采纳率:0%
帮助的人:67.1万
展开全部
没有#include完全相关的头文件,到网上查查,string的需要什么头文件,string一般定义在MFC中
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
百度网友2f66627
2010-11-05 · 超过20用户采纳过TA的回答
知道答主
回答量:55
采纳率:0%
帮助的人:55.8万
展开全部
建立一个空项目
添加C++文件
把代码复制过去
你用的是什么编译器?
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 2条折叠回答
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

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

类别

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

说明

0/200

提交
取消

辅 助

模 式