Re: alloca / _alloca / dynamic stack memory
- From: "Tom Widmer [VC++ MVP]" <tom_usenet@xxxxxxxxxxx>
- Date: Fri, 09 Mar 2007 10:56:17 +0000
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
.
- References:
- Re: alloca / _alloca / dynamic stack memory
- From: Igor Tandetnik
- Re: alloca / _alloca / dynamic stack memory
- From: Igor Tandetnik
- Re: alloca / _alloca / dynamic stack memory
- From: Michael Crawley
- Re: alloca / _alloca / dynamic stack memory
- Prev by Date: Re: alloca / _alloca / dynamic stack memory
- Next by Date: VC++ 6 linker errors when overloading operator new and operator delete
- Previous by thread: Re: alloca / _alloca / dynamic stack memory
- Next by thread: Re: alloca / _alloca / dynamic stack memory
- Index(es):