I Love that New Syntax Smell

C++ articles, code snippets, musings, etc. from Andy RichIf this is your first time here, you may want to check out my blog introduction.

The value type

Last time, I discussed the ref type.  This time, I'm going to talk about the value type. ...

Author: arich Date: 11/11/2003

The ref type

There are two major CLR types that we expose in Whidbey: ref and value. I'll talk about ref types...

Author: arich Date: 11/10/2003

Context-sensitive keywords

If you've used Managed Extensions, you're familiar with the CLR types that __gc and __value...

Author: arich Date: 11/07/2003

Introduction

Do we really need another blog?  The short answer is: no.  The human...

Author: arich Date: 11/06/2003

<Previous