241: How To Use Raw Pointers Properly And Still Avoid Crashes.
13 min • 20 augusti 2018
Some people say that raw pointers are evil and should be avoided. Raw pointers are useful when used properly. This episode explains how to use raw pointers along with smart pointers and is taken from a recent game development session.