Skip to content

sinban04/BitConverter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BitConverter

This is C++ utility to handle bit and byte sequence.

Bit Converter

It provides conversion between byte array and c++ datatypes.
In addition, It provides conversion between std::bitset and byte array.

The motive of this Bit Converter was the absence of bit converter in C++ like BitConverter, BitArray class in C#.
So, it refers to C# classes, and tries to make the code independent of the platform. (e.g., Endianness)

MemoryStream

Prerequisite

cmake, automake, gcc

Build

Command below would make build/ directory.

$ ./compile.sh            // compile
$ ./build/bitConverter    // execute

About

This is C++ Bit Converter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published