suitmyself

Results 2 comments of suitmyself

我这边并没有收到邮件。 不知道是否方便公开 pdf ?

> Could you redirect std::cout to a buffer? I'm not sure if this works but it's worth a try. > > ```c++ > std::stringstream buffer; > std::streambuf* prevcoutbuf = std::cout.rdbuf(buffer.rdbuf());...