填空题

语句序列
ifstream infile;
infile.open("data.dat");
的功能可用一个语句实现,这个语句是______。

【参考答案】

ifstream infile("data.dat");
热门 试题