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
Whenever I try to open a file in binary mode, fopen() returns nullptr, but errno is set to 0. I have verified that the file I'm opening exists and it opens just fine in text mode when I pass "r" instead of "rb".