The fun part about a programming language like C is that although the language doesn’t directly support many features including object-oriented programming and generics, there’s ...
I have Visual Studio .NET and I was fooling around with Microsoft's Managed Extensions. They let you write garbage collected objects in C++, and it is presented as a fundamentally new paradigm.