User: Floeps

  • Public profile

User profile: Floeps

User info
User name:Floeps
History
Joined:
Number of posts:11
Latest posts:

Value changes when calling different constructor
Thank you Disch, that was indeed the problem. I had expected this to be a problem that would easily...

Value changes when calling different constructor
I 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 constructor
Hi, I've got a bit of an odd problem, I initialize an object, and when I call a different [u]empt...

implementing templated parentclass method
I 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