问题 填空题

若要打开二进制文件binfile写方式,输出到文件尾则应为:
ofstream bfile("binfile",______ );

答案

参考答案:ios::out|ios::ate

单项选择题 A1/A2型题
问答题 简答题