Size of data types in C and C++
In software development we work with text, files, images and so on but how do we go from 1000101011100101 to seeing a picture? In our daily lives we use the numeral system, base ten. This means we have 10 digits available (0, 1, 2, 3, 4, 5, 6, 7, 8, 9) so we can represent … Read more