Associative array/Creation: Difference between revisions

Content added Content deleted
mNo edit summary
No edit summary
Line 159: Line 159:
==[[Objective C]]==
==[[Objective C]]==
[[Category:Objective C]]
[[Category:Objective C]]
'''Compiler:''' gcc


In Objective C, you will use the NSMutableDictionary class to create a hash. To map to an integer, you will also need to make use of the NSNumber class.
In Objective C, you will use the NSMutableDictionary class to create a hash. To map to an integer, you will also need to make use of the NSNumber class.