Advertisement

Latest Pointers Activity

taby said:
That’s brilliant. Is there any chance that you could provide a code sample?

I'd have to first read about modern C++, last time I touched was with C++11  🙂

taby said:
What is the advantage of using a malloc wrapper, versus using a vector?

I saw al these array allocations and setting up po…

3,652 views
Advertisement

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 …

1,243 views
Advertisement
Advertisement
Advertisement