ulidtko
25.08.2011 14:57 work
std::fstream out;
out.open((boost::format("proof_No%1%_that_C++_stdlib_is_a_piece_of_dogshit.txt") % n++).str().c_str());
out << "> .str().c_str()" << std::endl;
out << "> .str().c_str()" << std::endl;
out.close();