Quantcast
Channel: system call dot eu » Devel
Viewing all articles
Browse latest Browse all 10

C++ class sizes #2

$
0
0
In my previous post about class sizes, we visited the empty classes and how their derived classes change in size. Now, we’re going to look what the ABI have to say about tail padding in inherited classes. Again, for normal (POD) structures, everything is as it looks like, same as in C. But for more […]

Viewing all articles
Browse latest Browse all 10

Trending Articles