摘要: #include<fstream>void Copyfile( char* FileSource, char* FileItem ){fstream fsCopee( FileSource, ios::binary | ios::in ) ;fstream fsCoper( FileItem, io 阅读全文
posted @ 2019-10-30 09:56 侧耳倾听Zx 阅读(416) 评论(0) 推荐(0)