|
Boost Users : |
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.
Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net