I'm trying to create a "Controllable" interface, that allows a "Controller" object to manipulate the value of generic Controllable objects' variables. Since the Controllable objects are typically ...
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.