GNUstep NSString.m 文件
我使用 GNUstep 开始学习 Objective-C。 我可以找到所有的头文件,但不知道在哪里可以找到其实现文件。 我在想,这样我就可以理解整个编程风格等等。
我在没有Mac的情况下工作,所以如果有人知道任何好的教程,我可以用它来识别每个类的结构。
例如,我必须解析一个 xml 文件,只是为了学习, 但不知道从哪里开始。 如果没有 IDE,很难找出顺序,而且我无法访问任何最能解释这一点的教程,(我得到的所有内容都是与 i-Phone 和 Cocoa 一致的。)
我专注于控制台程序,这样我就可以彻底掌握语法和语言。
请帮助我。
I'm using GNUstep to begin with learning Objective-C.
I could find the header files for all, but don't know where to find its implementation files.
I was thinking, with that I can understand the whole programming style and many more.
I am working without mac , so if some body knows about any good tutorials , that i can use to identify structure of every Classes.
For instance, i have to parse an xml file, just to learn,
but don't know where to start.
Without IDE its hard to find out the sequence, and I don't have got access to any tutorials that best explains this, ( all that i get is in accordance with i-Phone and Cocoa. )
I'm concentrating on console programs, so that I can be thorough with the syntax and language.
Pls help me.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
http://gnustep.org/ 是 GNUstep 相关信息的最佳资源,包括源代码和文档。
http://gnustep.org/ is the best resource for GNUstep related information, including source and documentation.
GNUStep 有一些教程,并且绝对有可用的源代码。
您会发现
Cocoa
已经发生了一些小变化,因此GNUStep
将无法识别新的方法和内容,例如属性或任何新的 Objective-2.0 内容等等。GNUStep has some tutorials and definitely the source code available.
You will find that there are small bits and pieces where
Cocoa
has moved on soGNUStep
will not recognize new methods and things like properties or any new objective-2.0 stuff and so on.无论你在哪里安装了源代码,你都可以在这里找到 NSString.m
/path_to_my_src/gnustep/modules/core/base/Source/NSString.m
Where ever you have the source installed, you can find NSString.m here
/path_to_my_src/gnustep/modules/core/base/Source/NSString.m