By Mohit Patel
This is the Number Conversion program. You can convert any number to any form. ( Binary to Decimal, Binary to Octal, Decimal to Binary, Decimal to octal, Octal to Decimal, Octal to Binary).
Number Conversion using C++.
C++ is a general-purpose language. It is an extension of the C
programming language or C with classes. This is the Number
This is the Number Conversion program. You can convert any number
to any form. Written in C++ Programming Language.
For example (Binary to Decimal, Binary to Octal, Decimal to
Binary, Decimal to octal, Octal to Decimal, Octal to Binary).
Following are the operation :
1. Binary to Decimal ( 10101 = 21 )
2. Binary to Octal ( 101101 = 55 )
3. Decimal to Binary ( 12 = 1100 )
4. Decimal to Octal ( 31 = 37 )
5. Octal to Binary ( 43 = 100011 )
6. Octal to Decimal ( 32 = 26 )
Submitted by Mohit Patel (MohittPattel)
Download packets of source code on Coders Packet
Comments