Hi I've just started out in c++, can anyone tell me how to use pointers which hold addresses of objects ?
How do you access the object fields from this type of pointer, especially strings (array of chars)...
I'm using a Dev c++ 4.9.9.2 compiler....