Unable to open include file 'iostream.h‘错误
// c++ code template#include <iostream.h>
void main ()
{
// code goes here!!!!
}
保存为test.cpp放在F盘下的prog目录
这段是我从书上抄下来的,但是我把Borland C++装到c盘了
在命令提示符下 输入:C:\Borland\BCC55\Bin\bcc32.exe f:\prog\test.cpp回车
就显示:Unable to open include file 'iostream.h'
1 errors in compile
求解中