Re: STL.NET news
- From: "Willy Denoyette [MVP]" <willy.denoyette@xxxxxxxxxx>
- Date: Sun, 12 Feb 2006 21:55:36 +0100
"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.
.
- Follow-Ups:
- Re: STL.NET news
- From: rellik
- Re: STL.NET news
- References:
- STL.NET news
- From: Andrew Roberts
- Re: STL.NET news
- From: rellik
- Re: STL.NET news
- From: Willy Denoyette [MVP]
- Re: STL.NET news
- From: rellik
- Re: STL.NET news
- From: Willy Denoyette [MVP]
- Re: STL.NET news
- From: rellik
- STL.NET news
- Prev by Date: Re: IDataObject : ambiguous symbol error
- Next by Date: Re: IDataObject : ambiguous symbol error
- Previous by thread: Re: STL.NET news
- Next by thread: Re: STL.NET news
- Index(es):
Relevant Pages
|
Loading