A friend is taking a data structures course and I'm trying to explain the difference in the context of a linked list. I really should know this, but having focused on high level frameworks, I'm a little rusty. I know that "arrows are used with pointers", but that's it.
Essentially, in C, what's the difference between a dot and and an arrow when accessing a property of some variable? Also, because I'm in a particularly stupid mood, is this the same in C++, or did it change?