$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Christian Henning (chhenning_at_[hidden])
Date: 2005-11-22 10:21:17
Pedro, I have been using iostream's file_sink and file_source with the
binary flag and everything is working fine. One hint, if you're
opening file with that flag I would use the read() or write() of the
std:: fstream interace, only. I have had bad experience with all those
operator >>() .
Greets,
Christian