Thursday, December 22, 2005

Binary number !!

We can use "int v = 0xFF;" to use hexadecimal numbers.
We can use still other base numbers, but..., how to use binary numbers in ANSI compiler??

1 comment:

Indian Baby said...

You can't represent binary numbers in its own number system in C or C++ or in VC++. You can use other number system to represent that binary value.