LibBinaryStream is a header-only, light weight, object-oriented Binary writer and reader.
LibBinaryStream does not have external dependencies, it only requires "fstream" and "assert.h".
To get started using LibBinaryStream, download the "LibBinaryStream.h" file and put it in your Project files.
Next add,
#include "LibBinaryStream.h"
To the file you want to use LibBinaryStream in.
You can now use LibBinaryStream using the "BinaryWriter" and "BinaryReader" classes.
LibBinaryStream is licensed under MIT.