Re: does GNU objc have a generic List class for storing objects ?
Adam Fedor <[email protected]> Fri, 29 Jan 2010 11:38:28 -0700
| Newsgroups | gmane.comp.lib.gnustep.user |
|---|---|
| Message-ID | <[email protected]> |
On Jan 29, 2010, at 7:47 AM, Pascal J. Bourguignon wrote: >=20 > On 2010/01/28, at 09:34 , bt news wrote: >=20 >> does GNU objc have a generic List class for storing objects ? >=20 > Yes, they're called NSArray and NSMutableArray. >=20 That is in the GNUstep base library (gnustep-base). GNU gcc by itself does not have a standard Objective-C library. Only = the root Object class and constant string class come with the compiler = library.=