Value changes when calling different constructorThank you Disch, that was indeed the problem. I had expected this to be a problem that would easily...
Value changes when calling different constructorI had hoped this would be a standard rookie mistake hence neglected to include them, so here they ar...
Value changes when calling different constructor[code] T* a; S* e; a = new T(3); cout<<a->getId();//3 e = new S(a); cout<<a->getId();//something oth...
Value changes when calling different constructorHi, I've got a bit of an odd problem, I initialize an object, and when I call a different [u]empt...
implementing templated parentclass methodI see, this is somewhat different from what I expected, as I had found that people use classes with ...
This user does not accept Private Messages