ANSI C conversions

AdmiralAK

Simply Daemonic
OK I nee some expert C programmers advice here :p
I am trying to help out a friend convert an unsigned char to the bits that represent it bt using binary operators (as is well known I hate C, and binary ops are my weakeness :p)


Anyone can help out ? :)
 
lol thanks tony :D
my friend emailed me saying that he staeyed up all night and had divine inspiration lol :p
No help is needed after all... :D


Basically (though) what it was, was to have a variable of type UNSIGNED CHAR, to be converted (by using binary operators) into its bitwise representation :)
 
Back
Top