新手关于#include的一个紧急问题
我使用VC++6.0进行C++编程,每次如果用
#include<iostream>
using namespace std;就会显示错误:
cannot open include file: 'streambuf.h': No such file or directory
Error executing cl.exe.
但是换成#include<iostream.h>就没事
有老手能帮忙解决下么?不胜感激!
我使用VC++6.0进行C++编程,每次如果用
#include<iostream>
using namespace std;就会显示错误:
cannot open include file: 'streambuf.h': No such file or directory
Error executing cl.exe.
但是换成#include<iostream.h>就没事
有老手能帮忙解决下么?不胜感激!
郁闷的是 我叫朋友 帮我把INCLUDE文件夹发过来 我覆盖了 还是这个错误 还是找不到 朋友机器上就没事 崩溃鸟
貌似很神奇的错误