Suppose I have some classes in Visual C++ project. And suppose I created
every last of them. In other words I created objects from those classes.
How can I get all poiters to those objects. While some objects were created
by Visual C++ internals so I don't know where they started.
I like to have those pointers in order to have complete control over those classes(which
after creation became objects .
With respect. sulacco.
every last of them. In other words I created objects from those classes.
How can I get all poiters to those objects. While some objects were created
by Visual C++ internals so I don't know where they started.
I like to have those pointers in order to have complete control over those classes(which
after creation became objects .
With respect. sulacco.