You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to read a local file by using open_istream("file name", std::ios::in | std::iso:binary). After I get isteam<uint8_t> I invoke its .read_to_end(streambuf<uint_t>) it crashes always.
I'm wondering is there a good example shows me how to read local file?