Game Engine Design and Implementation: Episode 14 - Abstracting the Linked List Functions

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



Duration: 40:50
367 views
7


We take the linked list add and delete parts of the code, abstract them out such that we can use them for both the Memory Pool and Memory Manager classes. This involves using templates.

Hey, we’re on Facebook now! Come visit us over at:
https://www.facebook.com/RonHilerOnYouTube/
for all the latest information.

Special thanks to all my $3+ patrons:
Michael Hillyard (https://www.youtube.com/channel/UCHkDEYXj5j0C_4o-03wY7sw)
Thank you so much gang, it is really appreciated!







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