• 2022-06-17 问题

    使用open()函数打开Windows操作系统D盘pfile目录下的文件,以下选项中,路径描述错误的是( )。 A: D:\pfile\a.txt B: D://pfile/a.txt C: D:\\pfile\\a.txt D: D:pfile/a.txt

    使用open()函数打开Windows操作系统D盘pfile目录下的文件,以下选项中,路径描述错误的是( )。 A: D:\pfile\a.txt B: D://pfile/a.txt C: D:\\pfile\\a.txt D: D:pfile/a.txt

  • 2022-05-30 问题

    若磁盘上己存在某个文本文件,其全路径文件名为d:\myfile\test.txt,下列语句中不能打开该文件的是______。 A: ifstream file("d:\\myfile\\test.txt"); B: ifstream file;file.open("d:\\myfile\\test.txt"); C: ifstream *pFile=new ifstream("d:\\myfile\\test.txt"); D: ifstream file("d:\myfile\test.txt");

    若磁盘上己存在某个文本文件,其全路径文件名为d:\myfile\test.txt,下列语句中不能打开该文件的是______。 A: ifstream file("d:\\myfile\\test.txt"); B: ifstream file;file.open("d:\\myfile\\test.txt"); C: ifstream *pFile=new ifstream("d:\\myfile\\test.txt"); D: ifstream file("d:\myfile\test.txt");

  • 2022-07-26 问题

    若磁盘上已存在某个文本文件,其全路径文件名为d:\nc\test.txt,下列语句中不能打开该文件的是________。 A: ifstream file("d:\nc\test.txt"); B: ifstream file; file.open("d:\\nc\\test.txt"); C: ifstream* pFile=new ifstream("d:\\nc\\test.txt"); D: ifstream file("d:\\nc\\test.txt");

    若磁盘上已存在某个文本文件,其全路径文件名为d:\nc\test.txt,下列语句中不能打开该文件的是________。 A: ifstream file("d:\nc\test.txt"); B: ifstream file; file.open("d:\\nc\\test.txt"); C: ifstream* pFile=new ifstream("d:\\nc\\test.txt"); D: ifstream file("d:\\nc\\test.txt");

  • 2022-06-06 问题

    若磁盘上己存在某个文本文件,其全路径文件名为d:myfile est.txt,下列语句中不能打开该文件的是______。 A: ifstream file("d:myfile est.txt"); B: ifstream file("d:\myfile\test.txt"); C: ifstream file;file.open("d:\myfile\test.txt"); D: ifstream *pFile=new ifstream("d:\myfile\test.txt");

    若磁盘上己存在某个文本文件,其全路径文件名为d:myfile est.txt,下列语句中不能打开该文件的是______。 A: ifstream file("d:myfile est.txt"); B: ifstream file("d:\myfile\test.txt"); C: ifstream file;file.open("d:\myfile\test.txt"); D: ifstream *pFile=new ifstream("d:\myfile\test.txt");

  • 1