Quick C++ query

Miscellaneous Forums/General Discussion/Quick C++ query

Hey Blitzers :-)

If it says "X must be create on the heap", it is talking about using "new X" isn't it?
And when it says "You can create X on the stack", it is referring to the temporary stack where one creates a variable like "MyClass x" ?

This C++ malarkey is slowly coming together in my head... Oh well... I tend to make it up as I go anyway :-)

Yes, that's it. And the question is? :D

Just needed confirmation, thanks :-)

I never did get around to learning it properly...

Seeing the hard work you've done in your modules, I thought YOU were the c++ expert.
:D