[問題] strstream.h
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
C_and_CPP 近期熱門文章
PTT數位生活區 即時熱門文章