压力式滤油机中的滤纸是用来吸附油中的机械杂质。
参考答案:错
下列关于北京高速公路编号描述正确的是()
A、G1为京哈高速
B、G4为京藏高速
C、G3为京台高速
D、G7为京昆高速
E、G2为京新高速
若磁盘上已存在某个文本文件,其全路径文件名为d:\ncre\test.txt,下列语句中不能打开该文件的是
A.ifstream file("d:\ncre\test.txt");
B.ifstream file("d:\\ncre\\test.txt");
C.ifstream file;file.open("d:\\ncre\\test.txt");
D.ifstream*pFile=new ifstream("d:\\ncre\\test.txt");