basic_ofstream_class.cpp // compile with: /EHsc #include <fstream> using namespace std; int main(int argc, char **argv) { ofstream ofs("ofstream.txt"); ...
確定! 回上一頁