$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Aljaz (aljaz.fajmut_at_[hidden])
Date: 2007-04-14 05:29:25
> using namespace std;
>
> int main() {
> stringstream ofs;
> ofs << "some test";
> cout << ofs.str().size() << endl;
> }
This does work, but the code with filters (zlib) doesnt.