This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

initialize variable with binary value?

hi all
it may seem very easy but i can't initialize
my code constants with binary value in c51
ver 3.20 franklin DOS version i want to:
code char bin_code[3]={
0b1100110011,0b1111110011,0b1100111011};

but compiler doasn't accept.
any one can help me?

Parents
  • hi all
    my first text has a typing fault!
    this is the correct text:
    it may seem very easy but i can't initialize
    my code constants with binary value in c51
    ver 3.20 franklin DOS version i want to:
    code char bin_code[3]={
    0b11001100,0b11111100,0b11001110};

    but compiler doasn't accept.
    any one can help me?

Reply
  • hi all
    my first text has a typing fault!
    this is the correct text:
    it may seem very easy but i can't initialize
    my code constants with binary value in c51
    ver 3.20 franklin DOS version i want to:
    code char bin_code[3]={
    0b11001100,0b11111100,0b11001110};

    but compiler doasn't accept.
    any one can help me?

Children