
Cocoa Maker 7 - Libraries and Frameworks
Apr 13, 2010
Radio and PodcastLive Radio & Podcasts
James ( MrGeckosMedia.com ), joined by, Eduardo ( MegaEduX.com ), Nick, and Karl, teaches the basics of installing Xcode, setting up a project and making a "Hello, World!" command line utility. 30:16 Example code from ep...
Cocoa Maker 1 - Getting Started is an episode from Cocoa Maker by Mr. Gecko. James ( MrGeckosMedia.com ), joined by, Eduardo ( MegaEduX.com ), Nick, and Karl, teaches the basics of installing Xcode, setting up a project and making a "Hello,...
This episode belongs to Cocoa Maker.
Use the player on this page to stream the episode online.
Published Jan 25, 2010, audio available.
James ( MrGeckosMedia.com ), joined by, Eduardo ( MegaEduX.com ), Nick, and Karl, teaches the basics of installing Xcode, setting up a project and making a "Hello, World!" command line utility. 30:16 Example code from episode. <Foundation/Foundation.h> int main (int argc, const char * argv[]) { NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init]; NSString *name = @"World"; if (argc>1) { name = [[[NSString alloc] initWithBytes:argv[1] length:strlen(argv[1]) encoding:NSUTF8StringEncoding] autorelease]; } NSLog(@"Hello, %@", name); [pool drain]; return 0; }
You can listen to Cocoa Maker 1 - Getting Started online on Radio and Podcast. Open the player on this page to stream the available audio.
Cocoa Maker 1 - Getting Started is an episode from Cocoa Maker by Mr. Gecko.
The episode duration depends on the source podcast feed and may not always be available.
This episode was published on Jan 25, 2010.
Yes. Use the heart button on the episode page to add it to your favorite episodes list.
Yes. This page shows related episodes from Cocoa Maker when more episodes are available from the podcast feed.
You can listen to Cocoa Maker 1 - Getting Started on this page when the episode audio is available from the podcast feed.
Cocoa Maker 1 - Getting Started is from Cocoa Maker by Mr. Gecko.
Published Jan 25, 2010