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
- Host: GitHub
- URL: https://github.com/faizanzaheergit/number-convertor-in-c-
- Owner: FaizanZaheerGit
- Created: 2021-12-16T20:41:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-25T21:01:00.000Z (over 3 years ago)
- Last Synced: 2025-01-07T17:47:08.932Z (5 months ago)
- Topics: 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
- Language: C++
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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, HexadecimalYou 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