【发布时间】:2009-10-23 02:47:34
【问题描述】:
- 根据参考,如果我使用
ifstream infile ( "test.txt" , ifstream::in );,它会Allow input operations on the stream.但是“输入操作”的例子有哪些? -
ifstream infile ( "test.txt" , ifstream::in | ifstream::binary );是使用多个标志的正确语法吗? - 如果我将
ifstream::更改为iso::会有什么不同吗?
谢谢
【问题讨论】:
-
我认为你的意思是 ios,而不是 iso。