Reading a Unicode File (C++)?
I’m creating a problem getting my plan to effectively read any Unicode track.What I am just doing will be opening a unicode document in binary mode and reading it with the getline job.For most cases this has worked with luck. Even so, getline would seem to solely read upwards until …