注册 登录
编程论坛 C++教室

c大侠给看一下怎么回事error C1083

没头的猪 发布于 2012-03-25 21:28, 628 次点击
atal error C1083: Cannot open include file: 'iostream.h': No such file or directory
Error executing cl.exe.
同样一个软件在教室可以用在我电脑上就不可以,大侠给看看怎么回事
4 回复
#2
zhoufeng19882012-03-26 00:19
VC下包含C++库路径了吗?
#include <iostream.h> ?
#3
娄文康2012-03-29 14:53
有源代码吗?没有见过这么用的啊
#4
yhmm2012-03-31 12:45
你那里面 没有这个 iostream.h 这个文件?
#5
韬藏2012-03-31 15:30
试试重建全部行不行
1