作者synchronous (power)
站内C_and_CPP
标题[问题] strstream.h
时间Wed Sep 2 12:06:29 2009
http://www.pudn.com/downloads76/sourcecode/chinese/detail281997.html
2heap.h
graph.h
kbest.h
ktest.cc
list.h
共五个档案
其中程式里
#include <strstream.h>
build後
显示error
fatal error C1083: Cannot open include file: 'strstream.h':
No such file or directory
我用的是 VC6.0
改成
#include <strstream>
using namespace std;
or
#include <sstream>
都有 error
是因为 compiler 版本太旧,没有 strstream.h吗?
请教一下罗~
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 140.113.13.227