STL string, char myWord[500]; fscanf(in_file, "%s", myWord); string val(myWord);. double, double myDub; fscanf(in_file, "%lf", &myDub); ...
確定! 回上一頁