VC++中的string类要包含什么头文件?

VC++中的string类要包含什么头文件?,第1张

要包函string头文件.

示例如下:

#include

<string>

using

namesapce

std

------------------------

我晕,你见过C语言里有用namespace吗,有头文件不加.h的吗?

你自己再想想吧,要不你反你的代码发给我看看,并且告诉我你的编译错误提示信息.

------------------------

因为sting类包函在std这个名称空间,所以使用std名称空间.

#include <iostream>

#include <string>

using namespace std

int fun () {

string abc //调用只用<iostream>就可以

}


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/bake/11804722.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-05-18
下一篇 2023-05-18

发表评论

登录后才能评论

评论列表(0条)

保存