注册 登录
编程论坛 VC++/MFC

找不到streambuff头文件问题,百度了还是没解决。

listen342325 发布于 2010-11-28 22:52, 578 次点击
我编好程序后,编译时,提示错误为Cannot open include file: 'streambuf': No such file or directory;请帮忙指点下。用的是vc++6.0
头文件是         #include<iostream>     但改为#include<iostrean.h>  却不会出现上述问题。
                 using namespace std;
1 回复
#2
dsgejie2010-11-28 23:08
编译时,软件只识别这种形式<iostrean.h>的头文件
1