Hi, my question is to do with writing individual bits. I want to be able to write individual bits rather than a whole char or int. If I allocated myself a byte of memory how can I then write the individual bits myself, is this even possible? I want to be able to choose the 1/0 status myself and write this accordingly.
EG:
say I wanted to write 10010111 into a byte of memory how would I do this?
Thanks



LinkBack URL
About LinkBacks



Not really, it just seems complicated at first.