Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 369 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 369 Bytes

Simple-Binary-Converter-Header

A simple converter header that can convert ascii to binary or hex or any combination of those...

Use std::Converter::CONVERT((enum)TYPE::{type of conversion}, input_string); to convert anything.

More types of conversions will be added but it is very easy to add more definitions/translations to the header... It is very simple!