User profile: dptru10

User info
User name:dptru10
History
Joined:
Number of posts:35
Latest posts:

Properly Define Constructor/Destructor
I am checking my classes for undefined virtual functions, I assume this will resolve the issue and w...

Properly Define Constructor/Destructor
Should I close with a deconstructor via: [code]~ConstructParticle(){}[/code] *Separate question, a...

Properly Define Constructor/Destructor
I looked at the linker errors more closely, I think the problem is in the virtual constructor on lin...

Properly Define Constructor/Destructor
I have a huge list of these 'undefined reference to vtable' linker errors which I assume are all bei...

Properly Define Constructor/Destructor
Can someone teach me the proper method to define a constructor/destructor? I am trying to bypass ...