Cocoa Dev CentralCocoa Tutorials for the Rest of UsDrag and Drop Destinations- November 24, 2002 A quick tutorial on how to implement the NSDraggingDestination informal protocol. This is what lets a view receive drag and drop operations.http://cocoadevcentral.com/articles/000056.php Learn C with Project Builder- November 16, 2002 This tutorial shows you how to use Project Builder when learning to program. It covers creating a project, editing, compiling and debugging.http://cocoadevcentral.com/articles/000054.php Memory Management 101- November 11, 2002 This article discusses Cocoa's memory management: retain, release, alloc, init, copy. It discusses the general and gives a few examples, and should be a good "starting point" for new developers.http://cocoadevcentral.com/articles/000055.php |