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.