问题 填空题

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

答案

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

填空题
单项选择题 案例分析题