问答题
简答题
语句序列 ifstream infile; infile.open(“data.dat”); 的功能可用一个语句实现,写出这个语句
【参考答案】
ifstream infile(“data.dat”);
点击查看答案&解析