Conversation
Notices
-
Embed this notice
翠星石 (suiseiseki@freesoftwareextremist.com)'s status on Tuesday, 11-Feb-2025 21:19:50 JST 翠星石
@DVDchan @matrix Yes, if you want to access the you field in a struct, when you have a struct pointer named `problem`, it's just `problem->you`, or if `problem` is a struct - `problem.you`.
It's amazing that so many languages lack something as good as structs and struct pointers.