Hi, everyone.
Well, I have a problem.
There's a class A with a member int a, and don't know any other information about A.
Now there's an object MA of A, but I just know the address of MA.a,
how can I get the address of MA?
Thanks a lot.

There are no language constructs to get the address of an object from the address of a member. Your compiler will manage the memory in the class as it sees fit so unless you want to get down and dirty with your compiler, which I'm not recommending, you can't do it.

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.