The Ultimate Multimeter
- 1 min
Details :
Number Base Converter a small c++ program to convert any base to another.
Usage & Syntax :
Enter the number you wish to convert followed by its base, then enter the desired base.
Example : Convert 101 from binary to decimal.
Convert : 101 2
to base :10
{101}2 = {5}10 = {5}10
How does it work :
GitHub Repository :
TarekkMA/number_base_converter
Contribute to number_base_converter development by creating an account on GitHub.