//ifstream file_variable; //ifstream is for input from plain text files ofstream out_file; out_file.open("output.txt"); out_file << "Write this scentence in ...
確定! 回上一頁