Page 1 of 1

Why i can not include <streambuf> ??

Posted: Sat Feb 14, 2004 5:13 am
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.

Posted: Sat Feb 14, 2004 8:32 am
by Krzysztof Duleba
Add .h at the end. #include <streambuf> works only in gcc 3, not in gcc 2.95.