Can't read binary or text file c++

后端 未结 0 1212
你的背包
你的背包 2020-12-11 07:54

here is my function

std::string MapFileToMemory(LPCSTR filename)
{
    std::ifstream file(filename, ifstream::binary);

    //prepare iterator pairs to iterat         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题