Quantcast
Channel: QtWebEngine
Viewing all articles
Browse latest Browse all 13965

iOS/iPad fstream pointer error

$
0
0
std::fstream* ptr_fsZoomfile = new std::fstream(ss.str(), std::fstream::in | std::fstream::binary); This line works great on Linux, Mac, Windows and Android. On iOS (iPad) it crashes. File is all OK because if I create it as a none pointer it works OK. I need to create it as a pointer because it is going into a vector. Any thoughts?

Viewing all articles
Browse latest Browse all 13965

Trending Articles