FROM : Chris Suter
DATE : Thu Mar 13 04:32:03 2008
On 13/03/2008, at 2:25 PM, K. Darcy Otto wrote:
> But if I do this, I get the unrecognized selector error:
> Fraction *frac1 = [Fraction initWith:2 over:2];
Try [[Fraction alloc] initWith:2 over:2]
- Chris
DATE : Thu Mar 13 04:32:03 2008
On 13/03/2008, at 2:25 PM, K. Darcy Otto wrote:
> But if I do this, I get the unrecognized selector error:
> Fraction *frac1 = [Fraction initWith:2 over:2];
Try [[Fraction alloc] initWith:2 over:2]
- Chris
| Related mails | Author | Date |
|---|---|---|
| K. Darcy Otto | Mar 13, 04:25 | |
| Chris Suter | Mar 13, 04:32 | |
| Adam Leonard | Mar 13, 04:48 |






Cocoa mail archive

