不属于ios直接派生的类为( )。
A.输入流类(istream)
B.输出流类(ostream)
C.文件流基类(fstreambase)
D.格式控制类(iomanip)
第1题:
重载输入流运算符<<必须使用的原型为( )。
A.ostream& operator>>(ostream&,<类名>);
B.istream& operator>>(istream&,<类名>&);
C.ostream operator>>(ostream,<类名>&);
D.<类名>operator>>(istream &,<类名>&);
第2题:
3、下面描述中,正确的是()。
A.可以定义ios类的对象
B.istream对象用来实现输入操作
C.ios是fstream的直接基类
D.istream是ifstream的直接基类
第3题:
2、重载输入流运算符>>必须使用的原型为:
A.ostream&operator>>(ostream&,<类名>);
B.istream&operator>>(istream&,<类名>&);
C.ostream&operator>>(ostream,<类名>&);
D.<类名> operator>>(istream&,<类名>&);
第4题:
重载输入流运算符>>必须使用的原型为
A.ostream& operator>>(ostream&,<类名>);
B.istream& operator>>(istream&,<类名>&);
C.ostream operator>>(ostream,<类名>&);
D.<类名>operator>>(istream&,<类名>&);
第5题:
129、下列类中()是输入/输出流类iostream的派生类。
A.fstream
B.ofstream
C.ifstream
D.ostream