Catherine.leung
Created page with ' <source lang="cpp"> void Process(fstream& fs,int recsize){ →allocate memory so we can have a place to put data: char* rec=new char[recsize]; int numrec; /*find out …'
17:21
+662