为什么我在用Borland C 3 编译的时候总是出现unable to open include file 'IOSTREAM'的报错

来源:百度知道 编辑:UC知道 时间:2024/07/08 00:33:15
还有 undefined symbol 'cin'
undefined symbol 'cout'之类的报错
加上#include<math.h>还是一样啊 也提示找不到这个文件头

可能是你没包含一些必要的include文件 所以没有相应的功能而报错
你加上#include<math.h>试试

#include<iostream.h/*或istream.h,ostream.h*/>
那些是流操作运算子