long l1,l2,l3,l4; ifstream sdin(CSVfileName); ofstream sdout(BINfileName); // read a line from the .CSV file & parse it while (sdin >> l1 >> c1 ...
確定! 回上一頁