c++总出现这个问题 std:a namespace with this name does not exist
来源:学生作业帮 编辑:大师作文网作业帮 分类:综合作业 时间:2024/11/10 13:03:14
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
查了很多 msdn说是标准库没有正常安装,得重新装vs2005.
我用的是vs2005中文,重装了 也没效果.
我是用以下代码测试的
#include
#include "stdafx.h"
using namespace std;
int _tmain(int argc,_TCHAR* argv[])
{
int i=10;
cout
应该不是你安装部分的问题
经测试,你的问题是写法的问题,改成
#include "stdafx.h"
#include
using namespace std;
就oK了
你试试
经测试,你的问题是写法的问题,改成
#include "stdafx.h"
#include
using namespace std;
就oK了
你试试
c++总出现这个问题 std:a namespace with this name does not exist
D:\c++\Cpp1.cpp(2) : error C2871: 'std' : does not exist or
This fil does not exist
This file does not exist .
this file does not exist
我是照步骤clip的,但是跳出来失败窗口,显示是A locator with name does not exist.
[求助]C#中出现The name '*** ' does not exist in the current conte
unity3d中出现:The name `starttimer' does not exist in the curre
The name 'Session' does not exist in the current context .
The name 'CheckExtension' does not exist in the current cont
#include using namespace std; int main() { int a,b,c,d; a=c=
#include int main() { using namespace std; int a=3,b=7,c; c=