C++ project can't read file when building with CMake

前端 未结 0 1332
暗喜
暗喜 2020-12-15 01:51

So I have written a C++ project which reads a file into a string.

//func to read file into string
std::string readFile( const std::string& fileName )
{
           


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