OOP (object oriented programming) is a paradigm that is centered on objects and data rather than actions and logic. When working with OOP, it is imperative that you identify the objects and their ...
I'm not sure what you're asking. Is it the texture loading itself (reading TGA/BMP whatever), and the glTexImage2d() calls that you are having problems with, or actually using the textures? Or is it ...