Firstly, I'm using VC++: VS2010 Ultimate (build 10.0.40219.1 SP1)
Secondly, I'm having some issues with the compiler recognizing my objects: I say objects because both objects (a struct and class) in the program are not being recognized; I say compiler because of a lack of "squiggly lines" on the IDE. (In fact, my IDE recognizes both of them.)
I've attached a snippet below, many thanks for any insight in what I'm doing wrong.
Also, I apologize for the names; it's a class thing.