Latest Pointers Activity
This feels like he worst possible way to accomplish the goal, and a rough way to learn through guessing what AI is trying to do rather than starting with study and understanding, then building to suit based on that understanding.
Go read some good books teaching the fundamentals, like Accelerated C+…
Yup, you can call the functions in the order you want if you do it intentionally. You should be calling Release()
at a time and order that makes sense, especially if the default ordering doesn't work for you.
The language specifies the order of destruction. The destructors for the objects also call …
Advertisement
Advertisement
Advertisement