紅框中為未考慮情況
// test_max.cpp : 定義控制台應用程序的入口點。 //去除文件srcfile中的注釋 #include "stdafx.h" #include#include #include using namespace std; int main() { string srcfilename; string dstfilename; string temp,str,strn; int a,b; bool flag=false; srcfilename="F:\\workspace\\JavaPrj\\test.cpp"; dstfilename="F:\\workspace\\JavaPrj\\test1.cpp"; strn="\n"; ifstream infile(srcfilename.c_str()); ofstream outfile(dstfilename.c_str()); cout<<"文件"<<"\""<