Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ministerlabs/ascii_converter

Convert ASCII into Decimal, Octal, Hexadecimal, and Binary. Formula Included!
https://github.com/ministerlabs/ascii_converter

ascii converter

Last synced: 24 days ago
JSON representation

Convert ASCII into Decimal, Octal, Hexadecimal, and Binary. Formula Included!

Awesome Lists containing this project

README

        

# ASCII Converter

Convert ASCII into Decimal, Octal, Hexadecimal, and Binary. Formula Included!

```
g++ -std=c++11 main.cpp -o ascii
```