u/Dragonaax

Does alignment padding applies only to structs?

I know depending on the order of variables in struct can have different size but is this the case only for structs or it's also true in other cases? Like will something like this

int main(){

float a ;
char b;
float c;
char d;

return 0;
}

take up more memory than if I grouped it?

float a ;
float c;
char b;
char d;
reddit.com
u/Dragonaax — 12 hours ago

Is there any addon to remove calming tome points notification?

This shit is so annoying to see and I don't want to open tome every 5 seconds when I'm gathering resources

reddit.com
u/Dragonaax — 12 days ago