One of my pointer values is getting optimized out. How do I prevent this?
Posted on December 23, 2014 at 21:53I'm stepping through my code to see where a certain bug occurs with my display driver, and found that something strange is going on. An instance of the class gets initialized properly, but once I try to use a meth...