|
|
|
|
|
by properparity
1257 days ago
|
|
Why would I ever care if something is a struct or not a struct? Just that is almost zero useful information. I do care about the size of a struct sometimes, but that would require me to go to the definition of the struct, so just seeing the word "struct" didn't help me one bit. And I of course care about the members of the struct, but that again requires me to know what the actual members are which the word "struct" doesn't give me. So what exactly does omitting the word "struct" hide again? |
|