Radio and PodcastRadio and PodcastLive Radio & Podcasts
Cocoa Maker 1 - Getting Started artwork
Technology

Cocoa Maker 1 - Getting Started

Cocoa Maker by Mr. Gecko

Jan 25, 2010Technology

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...

About This Episode

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,...

Podcast

This episode belongs to Cocoa Maker.

Listen Online

Use the player on this page to stream the episode online.

Episode Details

Published Jan 25, 2010, audio available.

Questions About This Episode

What is Cocoa Maker 1 - Getting Started about?

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; }

Where can I listen to Cocoa Maker 1 - Getting Started?

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.

Which podcast is Cocoa Maker 1 - Getting Started from?

Cocoa Maker 1 - Getting Started is an episode from Cocoa Maker by Mr. Gecko.

How long is this episode?

The episode duration depends on the source podcast feed and may not always be available.

When was this episode published?

This episode was published on Jan 25, 2010.

Can I save Cocoa Maker 1 - Getting Started for later?

Yes. Use the heart button on the episode page to add it to your favorite episodes list.

Are there related episodes from Cocoa Maker?

Yes. This page shows related episodes from Cocoa Maker when more episodes are available from the podcast feed.

Quick Answers About This Episode

Where can I listen to Cocoa Maker 1 - Getting Started?

You can listen to Cocoa Maker 1 - Getting Started on this page when the episode audio is available from the podcast feed.

Which podcast is this episode from?

Cocoa Maker 1 - Getting Started is from Cocoa Maker by Mr. Gecko.

What are the episode details?

Published Jan 25, 2010