ifstream afile; afile.open("file.dat", ios::out | ios::in ); ... #include <fstream> #include <iostream> using namespace std; int main () { char data[100]; ...
確定! 回上一頁