Skip to content
/ binman Public

A lightweight and powerful Binary File Manager Library for C++ projects

License

Notifications You must be signed in to change notification settings

ADBeta/binman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

binman

binman is a Binary File Manager library for C++, designed with low-overhead and high speed in mind. It suppots creation and opening of files, deleting, appending and modifying binary data in any file. Close attention had been paid to avoiding memory mismanagement.

This library will work on systems as old as C++11 and possibly older (NOTE)

How To Use

Include binman.hpp and binman.cpp in their respective places in your project.
See [docs] for information on how to use binman.

TO-DO

Version 0.3.6

Licence

BinMan is under the GPL (GPL3.0), please see LICENCE for information
(c) ADBeta 2023

About

A lightweight and powerful Binary File Manager Library for C++ projects

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages