在从文件读取信息或者向文件写入信息之前,必须先打开文件。ofstream 和 fstream 对象都可以用来打开文件进行写操作,如果只需要打开文件进行读操作,则使用 ifstream 对象。
下面是 open() 函数的标准语法,open() 函数是 fstream、ifstream 和 ofstream 对象的一个成员。
https://www.121mu.com/jjjczs/ 标签:文件,打开,ifstream,fstream,ofstream,open From: https://www.cnblogs.com/5-si6/p/17482628.html