Re: alloca / _alloca / dynamic stack memory



Michael Crawley wrote:

class String : public Object

In C++, it is a bad idea to have a single base class. You seem to trying to use Java or C# idioms in C++, where they aren't appropriate.

See e.g. http://www.research.att.com/~bs/bs_faq2.html#object

Tom
.