What is the similar function used for Cmap and Clist in iphone..
Can anyone tell me ?
Is this possible to use Cmap and clist in xcode..
Thanks in advance...
What is the similar function used for Cmap and Clist in iphone..
Can anyone tell me ?
Is this possible to use Cmap and clist in xcode..
Thanks in advance...
NSDictionary
(and its mutable variant NSMutableDictionary
) are CMap
equivalents.
It seems there's no such thing as Clist
- only NSArray
as CArray
analog...