Reading json text file fails parsing. Is ostringstream doing something to it? (c++)

后端 未结 0 875
攒了一身酷
攒了一身酷 2021-01-25 20:58

I read a text file (.json) that contains this:

{ "a" : true }

I read the file using:

std::ifstream fileStream;
fileStrea         


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