Re: STL.NET news




"rellik" <nospam@xxxxxxxxxx> wrote in message
news:8LKHf.41575$mf2.5738@xxxxxxxxxxxxxxxxxxxxxxx
| |
| > | Sorry Willy I'll rephase. Tis a pity because because C++/CLI is next
to
| > | useless without the ability to use managed types with the standard
| > library.
| > |
| > | -Liam
| > |
| > |
| >
| > Why? they are just wrappers around the managed containers available in
the
| > framework. IMO they offer little added value.
| >
| > Willy.
| >
|
|
| Oh I don't know. Just say you're a C++ programmer. Which means you make
| extensive use of the standard library. Say you'd like use a fairly
standard
| container, probably the most common after vector - the set. Yeah, say
you'd
| like to have a set of strings. Is there a set in the
| System.Collections.Generic namespace? Nope.
|
| -Liam
|
|

That's right, they are not (yet) in the BCL, just like STL/CLR is not yet
part of .NET either, but that doesn't mean there are no implementations
available. Take a look at :

http://www.wintellect.com/powercollections

or (better) http://www.itu.dk/research/c5/

my guess is that we will see some of this added to the BCL in the Orcas time
frame.

Willy.


.



Relevant Pages

  • Re: STL.NET news
    ... | useless without the ability to use managed types with the standard ... they are just wrappers around the managed containers available in the ... extensive use of the standard library. ...
    (microsoft.public.dotnet.languages.vc)
  • Re: STL.NET news
    ... Tis a pity because because C++/CLI is next to ... | useless without the ability to use managed types with the standard ...
    (microsoft.public.dotnet.languages.vc)

Loading