如何找到 Cocoa/Carbon API 的工作示例?

发布于 2024-09-11 21:09:35 字数 440 浏览 6 评论 0原文

我发现很难找到 Cocoa/Carbon 框架函数的一些工作示例,而 Apple 有详细记录的函数原型。

例如,LSOpenItemsWithRole函数已明确定义prototype,但我想一些例子对于像我这样的 mac 编程初学者来说会有很大的帮助。

如何找到 Cocoa/Carbon API 的一些工作示例?苹果不提供这个吗? MSDN 有很好的工作示例,我希望 Apple 也能提供类似的东西。

I find it hard to find some working examples of Cocoa/Carbon framework functions, whereas there are well documented function prototypes from Apple.

For example, LSOpenItemsWithRole function has well defined prototype, but I guess some examples would be a great help for a mac programming beginners like me.

How can I find some working examples for Cocoa/Carbon API? Doesn't Apple provide that? MSDN has good working examples, I expect similar thing from Apple.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

爱*していゐ 2024-09-18 21:09:35

您可以在 Apple 的开发人员网站上找到一些示例代码,其中一些代码也可以在 Xcode 文档查看器中找到。事实上,在某些情况下,您会在 API 文档的底部看到示例代码的链接,但这可能还不够。

You can find some sample code on Apple's developer site, and some of it can also be found within the Xcode documentation viewer. In fact in some cases, but probably not enough, you'll see links to sample code right at the bottom of the API documentation.

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