Skip to content
This repository was archived by the owner on Dec 10, 2018. It is now read-only.
This repository was archived by the owner on Dec 10, 2018. It is now read-only.

[Fix later] Dirty workaround for reading byte-wise #2

Open
@Chris1221

Description

@Chris1221

This is currently working

        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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions