We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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?
"but compiler doesn't accept." Does the Manual say that it should? Have you ever seen it mentioned in K&R, or any other 'C' text book? Of course not - it's just not part of the 'C' language. Sorry, but you'll just have to stick to Hex, Octal, or decimal! :-( It certainly has been discussed here before, and various macro solutions have been suggested - hit that 'Search' button!