Game Engine Design and Implementation: Episode 5 - Catching new and delete

Subscribers:
11,300
Published on ● Video Link: https://www.youtube.com/watch?v=a2oL9BIVhBw



Category:
Show
Duration: 38:19
549 views
10


In which we go through the various flavors of 'new' and 'delete', decide which ones we need to keep, and override them (proving that we are doing so in the process), in order to set ourselves up to use the custom memory manager functions.

Note that I missed the new versions of C++14 'delete' definitions. I will be addressing that shortcoming in the next episode.







Tags:
Game
Engine
Programming
C++
Object Oriented Design
Coding