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

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.

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.