摘要: 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 阅读全文
posted @ 2019-01-03 17:38 征服1 阅读(119) 评论(0) 推荐(0)