An open API service indexing awesome lists of open source software.

https://github.com/rscherrer/binarywriter

A toy project to learn how to output from C++ into binary files
https://github.com/rscherrer/binarywriter

Last synced: 2 months ago
JSON representation

A toy project to learn how to output from C++ into binary files

Awesome Lists containing this project

README

        

# BinaryWriter

# MinimalBoostTestedProgram

Branch|[![Travis CI logo](./pics/TravisCI.png)](https://travis-ci.org)|[![Codecov logo](./pics/Codecov.png)](https://www.codecov.io)
---|---|---
master|[![Build Status](https://travis-ci.org/rscherrer/BinaryWriter.svg?branch=master)](https://travis-ci.org/rscherrer/BinaryWriter)|[![codecov.io](https://codecov.io/github/rscherrer/BinaryWriter/coverage.svg?branch=master)](https://codecov.io/github/rscherrer/BinaryWriter/branch/master)

A toy project to learn how to output from C++ into binary files