Is there a safe and legal way to go from a pointer to a member of an object to a pointer to that same object?
trantran 0 Junior Poster in Training
Recommended Answers
Jump to Post> Is there a safe and legal way to go from a pointer to a member of an object
> to a pointer to that same object?No.
A pointer to a member is a pointer to a member of a class, not a pointer to a member …
All 3 Replies
Reply to this topic Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.