| |||
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
I had to declare the objects as pointers and allocate them memory in the program_______________________________________________
eg:
object *obj (in the first class)
[obj alloc....];(class 1)
object *obj2 (in the second class)
obj2 = [outlet getObject];
all i want is for obj2 to point to the same object as obj.
| References: | |
| >Re: passing pointers (From: Aaron Boothello <email@hidden>) |
| Home | Archives | FAQ | Terms/Conditions | Contact | RSS | Lists | About |
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2007 Apple Inc. All rights reserved.