早教吧作业答案频道 -->其他-->
(1)要建立文件流并打开当前目录下的文件file.dat用于输入,下列语句中错误的是A)ifstreamfin=ifstream.open("file.dat");B)ifstream*fin=newifstream("file.dat");C)ifstreamfin;fin.open("file.dat");D)ifstream*fin=newifstream
题目详情
(1)要建立文件流并打开当前目录下的文件file.dat用于输入,下列语句中错误的是
A)ifstreamfin = ifstream.open("file.dat");
B)ifstream *fin = newifstream("file.dat");
C)ifstream fin;
fin.open("file.dat");
D)ifstream *fin=new ifstream();
fin->open("file.dat");
A)ifstreamfin = ifstream.open("file.dat");
B)ifstream *fin = newifstream("file.dat");
C)ifstream fin;
fin.open("file.dat");
D)ifstream *fin=new ifstream();
fin->open("file.dat");
▼优质解答
答案和解析
A错误.
ifstream.open()函数返回的不是一个ifstream对象.
ifstream.open()函数返回的不是一个ifstream对象.
看了(1)要建立文件流并打开当前目...的网友还看了以下:
已知字母组合成英语单词1、e e t t i n h r 2、e e r a t w h 3、o 2020-05-14 …
●考查下列文法:G(V T,V N,E,P)其中:V T={+,*,(,),i}V N={E,T,F 2020-05-25 …
考查下列文法:G(VT,VN,E,P)其中:VT={+,*,(,),i)VN={E,T,F}E 是开 2020-05-26 …
在实际生产中冷端温度往往不为零摄氏度,而是某一温度t1,实际设备的温度为t,则测得热电势为()a: 2020-07-29 …
参数方程x=e^t+e^(-t)y=2(e^t-e^(-t))(t为参数)的普通方程是? 2020-07-31 …
f(x)=e^x+∫tf(t)dt-x∫f(t)dt解f'(x)=e^x+xf(x)-∫f(t)d 2020-07-31 …
关于参数方程的问题1.x=e^t+e^(-t)y=2(e^t-e^(-t))e=2.71828(t 2020-08-02 …
编译原理题目5、设有文法(E):E→E+T|TT→T*F|FF→(E)|i1)该文法含有左递归吗?若 2020-11-23 …
2-1设文法G[E]的产生式集为:EàE+T|E-T|TTàT*F|T/F|FFà(E)|i(1)给 2020-11-26 …
超难数学题21,f(x)导数在(x-无穷)的极限为e,求f(x+1)-f(x)在x-无穷,的极限.F 2021-02-16 …