I have managed to input data into my CMyClass derived class and add it to MyArrayOfPtrs which was created from CTypedPtrArray<CObArray, CMyClass*>. Assume CMyClass has 3 CString member vars, say m1, m2, & m3. Once I know the zero-based subscript of the myclass, should I be able to reference a member with []? Such as MyArrayOfPtrs[34].m1????? Or is this asking too much. Thanks to anyone who might offer a little explanation!
