#include <fstream>
using namespace std;

ofstream out("c:\\ou.txt",ios_base::out | ios_base::app);
out << std::endl;
out << "===find call-k and put-k test====" << std::endl;
out.close();

Posted by Gu Youn
,