摘要:
1 // ifile_ofile_test.cpp : 定义控制台应用程序的入口点。 2 // 3 4 #include "stdafx.h" 5 6 #include <stdio.h> 7 #include <stdlib.h> 8 9 #include <iostream>10 #include <fstream>11 #include <string>12 13 int move_data(const std::string _ifilename, const std::string _ofilename) 阅读全文