解析:
CFile file
file.Open("YourFileName",CFile::modeRead)以读方式打开
file.Seek(10,CFile::end)定位到文件倒数第10个字节
file.Seek(10,CFile::begin)定位到文件顺数第10个字节
file.Seek(10,CFile::current)定位到当前之后第10个字节
可以用头文件 <process.h>中的函数int system( const char *command )
这个函数把字符串command转换为相应的命令
然后用DOS命令xcopy应该就可以了
system("xcopy source_dir destination_dir parameter")
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)