ofstream output("newfile"); //output.open("C:/Users/Muhammad/Desktop/scores.txt"); if (!output) cout << "error";
確定! 回上一頁