可能重複:
C++ type of argument to ifstream::open()
C++ ifstream error using string as opening file path.sourceFile.open(filepath);
哪些錯誤與
ifstream sourceFile;
sourceFile.open(filepath);
我得到一些有關:
沒有匹配的函數調用
ifstream::open(string&)
的哪些錯誤?
同樣的,
ifstream sourceFile(filepath)
其中,filepath是一個字符串