Welcome to MSDN Blogs Sign in | Join | Help

June 2006 - Posts

Found and fixed issue with comments to my blog. I was not ignoring them, I just have not seen them till today. Hopefully issue is fixed for upcoming posts. 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...
Norton WinDoctor issuing errors about msvcr80.dll missing for files in .Net Framework 2.0 (C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\) or Visual Studio 2005. These errors can safely be ignored. Please do not copy msvcr80.dll or any other dlls to System32 or C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\ folders 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...
Visual C++ team has opened a blog. Check it out here http://blogs.msdn.com/vcblog/comments/610989.aspx Read More...
 
Page view tracker