开发者

Are there any Objective-C frameworks like Cocoa which provide Arrays, Dictionaries, Strings, etc

开发者 https://www.devze.com 2023-01-25 18:16 出处:网络
Before I start to write my own, are there any Objective-C frameworks or libraries that provide Arrays, Dictionaies and Strings? I am writing for windows so the开发者_StackOverflow中文版re is no Cocoa,

Before I start to write my own, are there any Objective-C frameworks or libraries that provide Arrays, Dictionaies and Strings? I am writing for windows so the开发者_StackOverflow中文版re is no Cocoa, there are ports. But I am only writing a small command line application so I don't really want to use Cocoa because it is quite large. I have looked around and all I can find is Cocoa.


Foundation framework provides standard containers for you (each of them can hold objective-c objects only):

  • NSArray and NSMutableArray
  • NSString and NSMutableString
  • NSDictionary and NSMutableDictionary
  • NSSet and NSMutableSet


http://www.gnustep.org/experience/Windows.html

(Possibly)

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号