j
k
j a
j l
using namespace std; int main() { stringstream ofs; ofs << "some test"; cout << ofs.str().size() << endl; }
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.
Back to the thread
Back to the list