Example 1: c++ files // basic file operations #include #include using namespace std; int main () { ofstream myfile; myfile.open ("example.txt");
確定! 回上一頁