Welcome to MSDN Blogs Sign in | Join | Help

July 2007 - Posts

Visual Studio 2008, Beta 2 (now with some of my code)

Today we released Beta 2 of VS2008. This is the first public release from Microsoft that contains a nontrivial amount of code that I wrote (even though I haven't written too much code just yet). I had barely synched up the source tree and only fixed a

C# for C++ Devs: Generics vs Templates for Primitive Types

I was trying to write some type-generic (almost) code in C# using a pattern that I commonly use in C++. A very simple version of what I was trying to do looks something like: class B {}; template < typename T> int convert(T value) { return ( int
Posted by colinth | 3 Comments
Filed under: ,
 
Page view tracker