//-------------------------------------- //file-cutter //2000/09/22(‹à) //initial-file=cutter.txt // 2000 Copyright charlie, // All rights reserved // http://www.geocities.co.jp/SiliconValley-Bay/6716/ // happypoint@geocities.co.jp // //infile //cut-length //outfile(0000.cut) #include #include #include #include #include const int maxnamelen=257; FILE *infile, *outfile; char infname[maxnamelen]; char outfname0[maxnamelen]; char outfname[maxnamelen]; char dummy[maxnamelen]; const char initialfile[]= "cutter.txt"; const char kakutyoushi[]="cut"; long maxcount=10000; //.................................... void header() { cout<<"program sourse:"<< __FILE__<