I'd like to know how to create my own byte level datatype (like int, short, long, etc.). I know some will ask "Why!!? this is crazy!!" let's say I don't wanna use classes or structs. And I wanna know how to create that kind of datatype for C/C++ even if I have to use asm code for that (which I guess I'll have to use). Or is there a book that could help?
Can anyone please help? thank you.