User profile: pdp

User info
User name:pdp
History
Joined:
Number of posts:3
Latest posts:

Arrays and Functions
Thank you - so would you say this is not the correct way to go about it, as presumably the string is...

Arrays and Functions
Thanks, I thought I was doing that here: [code] p = &People[0].Age;[/code] and then [code]ThisAg...

Arrays and Functions
Hi all, I am writing my first C++ program to test out pointers and classes. I don't understand...