https://github.com/stackofsugar/deconvert
A simple CLI program that converts decimal numerals to binary, octal, and hexadecimals.
https://github.com/stackofsugar/deconvert
Last synced: 11 months ago
JSON representation
A simple CLI program that converts decimal numerals to binary, octal, and hexadecimals.
- Host: GitHub
- URL: https://github.com/stackofsugar/deconvert
- Owner: stackofsugar
- Created: 2020-09-30T14:31:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-30T14:37:50.000Z (over 5 years ago)
- Last Synced: 2025-03-02T03:25:25.013Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# DeConvert
A simple CLI program that converts decimal numerals to binary, octal, and hexadecimals.
Currently supports conversion from decimal to:
- Binary
- Octal
THIS PROJECT WAS MOVED FROM [UnsAssignment](https://github.com/stackofsugar/UnsAssignments "Open UnsAssignment Repository")