Switch to full style
For C/C++ coders discussions and solutions
Post a reply

Binarry Mirror (C++)

Tue Apr 10, 2007 1:39 pm

This is A simple program that take from the user some decemal value and convert it to binary and then get the decimal value of revers of this binarry number.

EX: Please enter the number that you want to make it bimirror: 10

Binary of 10 is: 00001010
Binary mirror of 10 is: 01010000
Decimal of binary mirror value is: 80


c-examples/convert-string-into-binary-t2882.html
java/binary-conversion-t10193.html



Post a reply