Bubba, that site contains a nice use of dynamic allocation with derived classes, but at the moment is probably not very useful for TheDoomMaster. I see your point though.

A word of advice: let's be nice and not confuse n00bs okay? Keep it simple.

So benny if u don't use new you are creating the object on the stack and if you use malloc or new you are creating it dynamically in memory.
I'm not a n00b Bubba. I understand stack vs dynamic allocation.