A taxonomy of C++ types
You may have heard of things like fundamental types, built-in types, basic types, integral types, arithmetic types, and so on. But what do they all mean, if anything? In this post I’ll gradua…
Intentionally unreadable for now, just to show the structure
Well that was an idiotic move IMO.
Also lacking partial ints.
What do you mean by partial ints?
int a:3;
IIRC