https://github.com/lawrencewarren/binary-to-decimal
A command line program which converts arguments from decimal to binary & vice-versa.
https://github.com/lawrencewarren/binary-to-decimal
Last synced: over 1 year ago
JSON representation
A command line program which converts arguments from decimal to binary & vice-versa.
- Host: GitHub
- URL: https://github.com/lawrencewarren/binary-to-decimal
- Owner: LawrenceWarren
- Created: 2019-08-04T20:06:41.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-12T15:11:23.000Z (almost 7 years ago)
- Last Synced: 2025-01-24T23:15:00.962Z (over 1 year ago)
- Language: C++
- Size: 185 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.txt
Awesome Lists containing this project
README
This program takes command line arguments!
Arg 1 - Mode.
- [F] for converting from binary to decimal.
- [T] for converting to binary from decimal.
Arg 2 - value.
- in F mode, ensure the value given is binary. Returns error if not.
- in T mode, ensure the value is decimal. Returns error if not.
This is my first c++ program! Excluding Hello World. All code is written and documented by Lawrence Warren,
on the day of 04/08/2019.