2024年6月1日发(作者:薛秋翠)
C++作业答案
第10章 输入/输出流
10.1 选择题
1.下列类中( b,d )不是输入输出流类iostream的派生类。
(a)fstream (b)ofstream (c)strstream (d)ostrstream
2.在下列选项中( b,c,d )是ostream类的对象。
(a)cin (b)cerr (c)clog (d)cout
3.read函数的功能是从输入流中读取( d )。
(a)一个字符 (b)当前字符 (c)一行字符 (d)指定若干个字符
4.下列选项中,用于清除基数格式位设置以十六进制输出的语句是( b )。
(a) cout< (b) cout< (c) cout< (d) cin >>setf( ios::hex,ios::basefield); 5.下列格式控制符,在iostream.h中定义的是( a,d ),在iomanip.h中 定义的是( b,c )。 (a)endl (b)setfill (c)setw (d)oct 6.下列串流类,在strstream.h中定义的是( b,d ),在sstream.h中定 义的是( a,c )。 (a)istringstream (d)ostrstream (b)istrstream (c)ostringstream 7. 包含类fstream定义的头文件是( a )。 (a)fstream.h (b)ofstream.h (d)iostream.h (c)ifstream.h 8.以写的方式打开文件 ” D:”,错误的语句是( a,b,c,d )。 (a) ifstream infile( “D:”, ios::in ); 2024年6月1日发(作者:薛秋翠)
C++作业答案
第10章 输入/输出流
10.1 选择题
1.下列类中( b,d )不是输入输出流类iostream的派生类。
(a)fstream (b)ofstream (c)strstream (d)ostrstream
2.在下列选项中( b,c,d )是ostream类的对象。
(a)cin (b)cerr (c)clog (d)cout
3.read函数的功能是从输入流中读取( d )。
(a)一个字符 (b)当前字符 (c)一行字符 (d)指定若干个字符
4.下列选项中,用于清除基数格式位设置以十六进制输出的语句是( b )。
(a) cout< (b) cout< (c) cout< (d) cin >>setf( ios::hex,ios::basefield); 5.下列格式控制符,在iostream.h中定义的是( a,d ),在iomanip.h中 定义的是( b,c )。 (a)endl (b)setfill (c)setw (d)oct 6.下列串流类,在strstream.h中定义的是( b,d ),在sstream.h中定 义的是( a,c )。 (a)istringstream (d)ostrstream (b)istrstream (c)ostringstream 7. 包含类fstream定义的头文件是( a )。 (a)fstream.h (b)ofstream.h (d)iostream.h (c)ifstream.h 8.以写的方式打开文件 ” D:”,错误的语句是( a,b,c,d )。 (a) ifstream infile( “D:”, ios::in );