C++ 写

ofstream stream_file;
stream_file.open("test", ios_base::out|ios_base::binary|ios_base::app);


stream_file.write((char*)pdata+12, ilen-12);


stream_file.flush();
stream_file.close();

posted @ 2019-01-03 17:38  征服1  阅读(119)  评论(0)    收藏  举报