Name: Anonymous 2010-05-29 14:38
Why are pointers in C aligned to the size of their data? Why cant they just reference memory bytewise?
How can i manipulate a pointer so that it references a address not by its own size, without typecasting it?
How can i manipulate a pointer so that it references a address not by its own size, without typecasting it?