Should be using overloaded function, using parent function insteadOkay, I made Shape's getColor function virtual and deleted the definition. It wouldn't let me compi...
Should be using overloaded function, using parent function insteadI understand now that the way you describe it is how it works, and apologize for the mixup in termin...
Should be using overloaded function, using parent function insteadThis is kind of complicated so I will try to simplify my problem. Say I have a class Shape, and cla...
"undefined reference" error when the reference is definedAha! You're right, I derped and wrote classes/Cinfo.h where I should have written classes/Cinfo.o i...
"undefined reference" error when the reference is definedSure thing. Body.h: [code]#ifndef _H_BODY #define _H_BODY #include "Matrix.h" #include "Shader.h" ...
This user does not accept Private Messages