<< std::endl; return nullptr; } std::string x; SysConfigFile>> x; std::cout << x << std::endl; SysConfigFile.close(); return 0; } 自己在vs2013上编写了一个很简单的读配置文件的小Demo,莫名其妙一直报错。 多方排查,发现与配置文件的存放路径有关系,SystemConfig.txt配置文件需要放置在项目...
当文件输入流ifstream使用的时候,文件输入路径中间有某个\后面含有转义字符‘\r’,‘\o’这种情况时 ifstream inputFile("C:\\Users\youchenyu\source\repos\opencv-2\canstick\point-2202.txt", ios::in); 不会出现报错,仅仅会在开头...猜你喜欢报错...
<< std::endl; } else { std::cout << "Error occurred while reading the file."<< std::endl; } input_file.close(); return 0; } 在上面的代码中,我们首先打开文件并尝试读取数据。当文件读取完毕时,我们再调用 eof() 函数来检测文件是否已经到达结尾。如果文件已经到达结尾,则输出 "End of file...