How can i declare a Binary type
Posted
by hamza
on Stack Overflow
See other posts from Stack Overflow
or by hamza
Published on 2010-04-10T00:35:10Z
Indexed on
2010/04/10
0:43 UTC
Read the original article
Hit count: 267
i need to work with a binary number i just write : const x = 00010000 ; & it doesn't work i know that i can use an hexadecimal number that have the same value as 00010000 but for more knowledge i want to know if there is a type in C++ for binary numbers & if there isn't ,is there another solution for my Problem ? thanks
© Stack Overflow or respective owner