I really like what the C++ team have done here, they've essentially created a subset of the stuff found in the C++ STL but included error checking and stuff like that - of course this all requires .NET 3.5. It seems that the STL/CLR stuff has been a victim...
In this part we will look at the differences between what the C++/CLI compiler generates and that the C# compiler generates with regards to MSIL. We won't be creating any MSIL applications this time, but rather we will be analyzing the MSIL. C++/CLI I...
Today, I pushed the release button on a little project I've been doing over on CodePlex entitled Data Structures and Algorithms (DSA) . The story of the project is to basically go ahead and without looking at the .NET source create custom implementations...