C++ vs C- February 2, 2005 Eric Gunnerson recently posted some reasons why C is an improvement over C++ and some updates. This post is a good read - be sure to consider the comments. Some of my thoughts... Sure, with C, I do spend less time considering memory usage (i.e. preventing memory leaks), but the issue of closure doesn't go away. I still need to deterministically release resources and to do this I'm going to need to call Dispose(). The point I'm getting at here is that, as a programmer, I still...http://blogs.msdn.com/markda/archive/2005/02/01/365034.aspx |