discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Objective-C beginner question


From: Markus Hitter
Subject: Re: Objective-C beginner question
Date: Thu, 9 Mar 2006 22:01:32 +0100


Am 09.03.2006 um 15:26 schrieb Jeremy Cowgar:

myFraction = [Fraction alloc];
[myFraction init];

myFraction = [Fraction alloc];
myFraction = [myFraction init];

-init returns something different than the previous +alloc in some cases.


Markus

- - - - - - - - - - - - - - - - - - -
Dipl. Ing. Markus Hitter
http://www.jump-ing.de/








reply via email to

[Prev in Thread] Current Thread [Next in Thread]