Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » STL/CLR   (RSS)
Last week I have attended SD West 2007 conference. I am posting slides and demo I have been using in my talk on STL/CLR library. This is the same slides and demo I was showing on MVP Global Summit Read More...
If you have not noticed yet, March CTP of Visual Studio Orcas has been released. It is available as Virtual PC image or as a self-extracting install . It contains a major refresh of STL/CLR with many bug fixes and two new adapters. Both of them help with Read More...
As I have announced on VC Blog , VC++ libraries team has integrated another big updated to STL/CLR. We have added two new adapters that are designed to interop with .Net Framework Collection classes and STL/CLR. Also we have fleshed out support for IDictionary/IDictionary<K,T> Read More...
Just in case people have not noticed this yet, I would like to bring your attention to the fact that the design specification for STL/CLR is available online for everyone on MSDN site. Here is the direct link to it: http://download.microsoft.com/download/5/9/c/59cd0dc5-4691-4c3e-840c-66d865f27692/stlclr.xps Read More...
The first public release of STL/CLR in Visual Studio codename Orcas Septemer CTP. More details may be found in a post on VCBlog, http://blogs.msdn.com/vcblog/archive/2006/09/30/777835.aspx Please let us your thoughts about this version of STL/CLR, especially in features areas listed in the post! Read More...
Ale is talking about his work on STL/CLR on VCBlog. You may find it here, http://blogs.msdn.com/vcblog/archive/2006/08/02/686894.aspx Read More...
I am introducing parts in STL/CLR library which are not present in STL. In this post, I give a short overview of generic interfaces implemented in STL/CLR. They solve problem of providing access to STL/CLR container across .Net assembly boundary. I start with showing the problem first, and then a solution to the problem implemented in STL/CLR. Read More...
In this post I would like to describe what parts of STL library are implemented in STL/CLR. Long story short, STL/CLR implements all containers, iterators and algorithms that STL has. Supported types that can be stored in containers are handle to ref class (R^), static ref class (R) and value types, which also includes compiler built-in types and all classes from .Net class library Read More...
Please visit Slowchat on codeguru this week, http://www.codeguru.com/forum/forumdisplay.php?f=89 Read More...
STL/CLR, originally called STL.NET, is an implementation of Standard Template Library (STL) that can operate with objects of managed types. It introduces set of containers, algorithms and interfaces similar in naming and programming model to STL. More details are coming in post in future. Read More...
VC has started feature crew on integrating STL/CLR win Orcas version of Visual C++ and preparing for a release of it in the one of upcoming CTPS Read More...
Postpone of STL/CLR web release and re-scheduling for release as part of Orcas release of Visual Studio. Read More...
 
Page view tracker