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.
Although pointers in C/C++ can seem confusing at first, they provide an extremely powerful tool that allows you to create compact and efficient code. Although pointers in C/C++ can seem confusing at ...