Arrays and FunctionsThank you - so would you say this is not the correct way to go about it, as presumably the string is...
Arrays and FunctionsThanks, I thought I was doing that here: [code] p = &People[0].Age;[/code] and then [code]ThisAg...
Arrays and FunctionsHi all, I am writing my first C++ program to test out pointers and classes. I don't understand...