阅读背景:

error: no matching function for call to 'std::basic_ifstream::open(std::string&)

来源:互联网 
    string filename = "1.txt";
    ifstream fin;
    fin.open(filename);
    string filename = "1.txt";
    ifstream fin



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: