Granville Barnett

Browse by Tags

All Tags » .NET » C++/CLI (RSS)
STL/CLR - a fairly low key, but awesome new addition in .NET 3.5
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...
Posted: Oct 27 2007, 07:59 PM by gbarnett | with 8 comment(s)
Filed under: , ,
MSIL: Part 4
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...
Posted: Sep 07 2007, 07:39 PM by gbarnett | with 1 comment(s)
Filed under: , , ,
DSA 0.1 released
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...
More Posts