Is this code correct? It runs as expected, but is this code correctly using the pointers and dot notation for the struct?
struct someStruct { unsigned int t
Yep. It's correct. If it wasn't (from the . / -> point of view), your compiler would yell.