Recently while procrastinating at work I've been teaching myself Objective-C and Cocoa programming (I'm a C++ and Fortran programmer in my day job). I've gone through the Hillegass book ("Cocoa ...
In my initial column on C++ smart pointers, I mentioned how smart pointers overcame the perception that C++ memory management was error-prone. Today I want to talk about the classic ...