Swimming with the Razorfishes

Sunday, December 14, 2003

rentzsch.com: Love, Hate and Objective-C.

He touches on one of my favorite freaky things about Objective-C:

if( self = [super init] ) {

// initialization code here

}

return self;


How can I assign something to self? How can I change my own pointer?

That freaks me out, too.

0 Comments:

Post a Comment

<< Home