c++总出现这个问题 std:a namespace with this name does not exist查了很多 msdn说是标准库没有正常安装,得重新装vs2005.我用的是vs2005中文,重装了 也没效果.我是用以下代码测试的#include #include "stdafx.h"us
来源:学生作业帮助网 编辑:作业帮 时间:2024/12/01 20:15:59
xRJPK
q#w"%lRLR7D-V 6Z&&YNP Y3w΄%پ>jaܗm^zGiIr rRa9$gx)A$ʈ[%;:>\㞔
а!=!-rĦ&;GCJ-H`"1OpT7l4
~ZE|< b[綹m[MF]"].(iEAb31Eg~ 7R4$rkKPW$^:t/(%g^CfqRSc㣓~ p+H\VTd:Kk udF2o*V@u)E-`aBQ"Gxӯ¸u#NASa8|t`B?w6
c++总出现这个问题 std:a namespace with this name does not exist查了很多 msdn说是标准库没有正常安装,得重新装vs2005.我用的是vs2005中文,重装了 也没效果.我是用以下代码测试的#include #include "stdafx.h"us
c++总出现这个问题 std:a namespace with this name does not exist
查了很多 msdn说是标准库没有正常安装,得重新装vs2005.
我用的是vs2005中文,重装了 也没效果.
我是用以下代码测试的
#include
#include "stdafx.h"
using namespace std;
int _tmain(int argc,_TCHAR* argv[])
{
int i=10;
cout
c++总出现这个问题 std:a namespace with this name does not exist查了很多 msdn说是标准库没有正常安装,得重新装vs2005.我用的是vs2005中文,重装了 也没效果.我是用以下代码测试的#include #include "stdafx.h"us
应该不是你安装部分的问题
经测试,你的问题是写法的问题,改成
#include "stdafx.h"
#include
using namespace std;
就oK了
你试试