 |
2.3 — Variable sizes and the sizeof operator « Learn C++
So, if I understand this correctly, the computer moves data around in 32-bit chunks (4 bytes), but in my C++ program I can assign variables to a single byte of memory. This seems contradictory to me. I guess my question boils down to: Say I have a program
www.learncpp.com |
 |