Creating a List of ObjectsHmm, thanks for the find ne555, I actually didn't think it had anything to do with the GDK but I gue...
Creating a List of ObjectsPush_back also results in the same error. I also already tried putting the declaration in the same f...
Creating a List of ObjectsThe line that is causing the errors is the push_front line (when I comment that line out, my errors ...
Creating a List of Objects[code] CLaser x; lLaser.push_front(x); [/code] This results in the same errors. Also, rearranging th...
Creating a List of ObjectsWell, my code doesn't actually look like that. In reality, all of my classes are created in their ow...
This user does not accept Private Messages