How to add my custom structure to NSMutable Array??Pls help.
How to add my custom structure to NSMutable Array??Pls help.
- Subject: How to add my custom structure to NSMutable Array??Pls help.
- From: Poornima Ranganath <email@hidden>
- Date: Fri, 11 Jul 2003 15:26:20 +0100 (BST)
Hi,
I have a problem at hand,
I have a struct called myStruct, this struct needs to
be added to an NSMutableArray.
I need to keep adding myStruct to NSMutableArray "n"
times.
I am unable to achieve this:-((.
It gives a lot of warning and when i try to debug, it
just stops at that the line where i get these
warnings.
I do not know about subclassing and other stuff as i
am quite new to mac.
Can anyone pls provide me with a easy working snippet
for the same.?
tried a lot on my own without much results.
Rgds,
Poornima.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.