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
{{ message }}
This repository was archived by the owner on Dec 10, 2018. It is now read-only.
char c;
while (in.get(c)) {
// char c;// in.get(c);
But it's very dirty. Kind of like an analogue to while( in >> c); which does not work. This prevents the duplicated last byte, but at what cost? Come back to this at a later point and make sure it's safe.
This is currently working
But it's very dirty. Kind of like an analogue to
while( in >> c);which does not work. This prevents the duplicated last byte, but at what cost? Come back to this at a later point and make sure it's safe.