ファイルの書き込みにはofstreamを使用します。 #include <iostream> #include <fstream> int main() { const char *fileName = "C:\\test.txt"; std::ofstream ...
確定! 回上一頁