Re: How can I use CArray efficiently?
- From: "David Ching" <dc@xxxxxxxxxxxxxxxxxxxxxx>
- Date: Sun, 8 Apr 2007 23:23:13 -0700
"Ajay Kalra" <ajaykalra@xxxxxxxxx> wrote in message
news:%23hvNxNjeHHA.1868@xxxxxxxxxxxxxxxxxxxxxxx
STL is more powerful that MFC collections. Its performance is much better
and it also allows you to provide your own allocator, which alone
justifies
its use for high performance apps. MFC collections predate STL by many
years
and there would be no need of it had STL been a part of C++ when MFC came
out.
The need is still there. STL is hopelessly non-intutitive, IMHO! It's
interesting the .NET collections are similar to the MFC ones and not STL.
Now they are talking about creating STL.NET to bring this montrosity into
the world of .NET. :-(
-- David
.
- Follow-Ups:
- Re: How can I use CArray efficiently?
- From: Tom Serface
- Re: How can I use CArray efficiently?
- References:
- How can I use CArray efficiently?
- From: fiveight
- Re: How can I use CArray efficiently?
- From: MrAsm
- Re: How can I use CArray efficiently?
- From: David Ching
- Re: How can I use CArray efficiently?
- From: Ajay Kalra
- How can I use CArray efficiently?
- Prev by Date: Re: How many bytes per Italian character?
- Next by Date: Re: How many bytes per Italian character?
- Previous by thread: Re: How can I use CArray efficiently?
- Next by thread: Re: How can I use CArray efficiently?
- Index(es):
Relevant Pages
|