↧
NSString memory allocation
Working through Chapter 3 of Cocoa Programming for Mac OS X. Question: why can you do this NSString *temp = @"this is a string"; and you don’t have to do this: NSString *temp = [[NSString alloc]...
View ArticleReal Progress on Cocoa
After Steve Jobs’ WWDC keynote I got itching to get going and leave the tutorials behind. After a while they become (for me) plodding and uninspiring, and I thought that I’d picked up enough to build...
View ArticleCocoa Week 2: Conversion Methods and Data
Day 6: More work on the ChromaBank class. I was pondering how best to handle data for the conversion methods. I realized that, looking forward to when I get to a patch librarian and, later, an editor,...
View Article