Hello there gentelmen,
here is my problem. I was wondering. char is 1 byte, short is 2, int is 4 bytes etc. I have a need to calculate with a lots of very large numbers. Outside of the range of all of these containers. I therefore wanna use a lot of small containers to represent ints 0 to 9 I only need a 4bits to represent 16 different values so that would do me. Is there a way to map the memmory in to a 4bits containers or is the byte the smallest you can do on average pc
Cheers