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

https://github.com/faizanzaheergit/number-convertor-in-c-

this number convertor is used to convert numbers from one system or format into another, supported formats/number systems include decimal, hexadecimal, binary, octal
https://github.com/faizanzaheergit/number-convertor-in-c-

binary-to-decimal binary-to-hexadecimal binary-to-octal cplusplus cpp decimal-to-binary decimal-to-hexadecimal decimal-to-octal hexadecimal-to-binary hexadecimal-to-decimal hexadecimal-to-octal number-conversion number-converter octal-to-binary octal-to-decimal octal-to-hexadecimal

Last synced: 3 months ago
JSON representation

this number convertor is used to convert numbers from one system or format into another, supported formats/number systems include decimal, hexadecimal, binary, octal

Awesome Lists containing this project

README

        

# Number-Convertor-in-C-

This code Written in C++ will convert a string of numbers you given in one format and convert into another format

Following formats of number systems are included:
Decimal, Binary, Octal, Hexadecimal

You choose a conversion for example (Binary to Decimal)

Then you give an input string in needed format, like for binary it would be: 1001

the covertor will this into the desired format for example if binary input is '1001' the decimal convertor will give you an answer of '9'

This works in similar wiht other formats