新微赢技术网

标题: 不明白这两个头文件在2003版中为什么不能打开 [打印本页]

作者: Forever紫月    时间: 2009-11-4 00:51
标题: 不明白这两个头文件在2003版中为什么不能打开
不明白这两个
#include <fstream.h>
#include <string.h>
头文件在2003版中为什么不能打开???是不是要加:using namespace xxxxx;就象用输入输出流一样要加using namespace std;
作者: ♀〓♂♀〓♂    时间: 2009-11-4 00:51
不是吧
这是最基本的啊
不要加using
作者: 飘渺    时间: 2009-11-4 00:51
这两个不是c++标准头文件,vc2003不再提供fstream.h,string.h有但是建议用string标准头文件,并使用命名空间
作者: 欧阳风    时间: 2009-11-4 00:51
#include <fstream>
#include <cstring>
using namespace std;
作者: (のkisδ≒雪    时间: 2009-11-4 00:51
using namespace std;与之前.h相比是加了缓冲区,就这点差别




欢迎光临 新微赢技术网 (http://bbs.weiying.cn/) Powered by Discuz! X3.2