GNUstep NSString.m 文件

发布于 2024-08-13 12:04:05 字数 306 浏览 3 评论 0原文

我使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

眼眸 2024-08-20 12:04:06

http://gnustep.org/ 是 GNUstep 相关信息的最佳资源,包括源代码和文档。

http://gnustep.org/ is the best resource for GNUstep related information, including source and documentation.

千鲤 2024-08-20 12:04:06

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 so GNUStep will not recognize new methods and things like properties or any new objective-2.0 stuff and so on.

剩一世无双 2024-08-20 12:04:06

无论你在哪里安装了源代码,你都可以在这里找到 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文