Why i can not include <streambuf> ??

Write here if you have problems with your C++ source code

Moderator: Board moderators

Post Reply
tiaral
New poster
Posts: 5
Joined: Sat Feb 14, 2004 5:06 am
Contact:

Why i can not include <streambuf> ??

Post by tiaral »

Some data are so big that it takes much time to read.
But when i use file buffer , it can not be compiled on the judger.
Krzysztof Duleba
Guru
Posts: 584
Joined: Thu Jun 19, 2003 3:48 am
Location: Sanok, Poland
Contact:

Post by Krzysztof Duleba »

Add .h at the end. #include <streambuf> works only in gcc 3, not in gcc 2.95.
Post Reply

Return to “C++”