Number system conversions in C++
A number system is a writing system for expressing numbers, i.e. mathematical notation for representing numbers of a given set using digits or other symbols in a consistent manner.
A number system is a writing system for expressing numbers, i.e. mathematical notation for representing numbers of a given set using digits or other symbols in a consistent manner. There are various number systems, for example- decimal, octal, binary, etc.
Since there are various number systems, conversion between two different number systems must be done.
This project consists of some of the basic conversions between number systems, as follows:
1) Decimal to Binary
2) Decimal to Octal
3) Binary to Decimal
4) Binary to Hexadecimal
5) Binary to Octal
6) Octal to Binary
7) Octal to Decimal
Project Files
| .. | ||
| This directory is empty. | ||