G
Guest
I am used to programming in embedded C and I want to input a binary number
into an int.
usually I would just use bin as a suffix or b as a prefix
int x = b001 or int x = 001110bin
the hex suffix works 0x
if there is not one is there a standard bin2dec or dec2bin function and
what library it is in
I would think that there would be if there is one in Excel
I just don't know why this is hard to find out
thanks
Seth
into an int.
usually I would just use bin as a suffix or b as a prefix
int x = b001 or int x = 001110bin
the hex suffix works 0x
if there is not one is there a standard bin2dec or dec2bin function and
what library it is in
I would think that there would be if there is one in Excel
I just don't know why this is hard to find out
thanks
Seth