Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/ministerlabs/ascii_converter
- Owner: MinisterLabs
- License: apache-2.0
- Created: 2024-11-01T05:41:40.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-01T06:10:21.000Z (3 months ago)
- Last Synced: 2024-11-17T14:19:23.434Z (3 months ago)
- Topics: ascii, converter
- Language: C++
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```