MinGW and auto-import (what causes it?)Like so many before me, I have been writing with a small game library. It works fine, but when I li...
Making a polymorphic loggerI'm doing some more C++ learning here, and I have some questions about cleaning up a vector that con...
::className and ::method callsAh ha, problem solved. I was way over analyzing the problem. When I was examining the Luna class...
::className and ::method callsThank you for your response, but I am still a little in the dark. I would still like to do some rea...
::className and ::method callsI have been learning how to embed the Lua scripting language into a very simple OpenGL application I...