For example: // Using fstream to read from and write to a file #include <fstream.h> int main(int argc, char *argv[]) { char q[40]; fstream myfile(“test.txt” ...
確定! 回上一頁