@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.
@matrix C: problem -> you