c++文件读入回车符问题
while(1){ file1 >> setw(1) >> temp; if(temp=='E') { file1 >> setw(15) >> Protein[count++]; file1 >> setw(1) >> temp; } else break;}char ch;while(fin.get(ch)) { ...}
[解决办法]