如何设置 C++ Xcode 4 中的项目?
这可能有一个非常明显的答案,但我似乎找不到它。我正在尝试使用 Xcode 4 使用 C++ 进行编程,并且我想通过 Xcode 4 创建一个项目、构建并运行它,就像我对其他语言所做的那样。我的问题是我找不到合适的项目类型来执行此操作。
This probably has a really obvious answer, but I can't seem to find it. I am trying to use Xcode 4 to program with C++, and I want to create a project, build, and run it through Xcode 4 like I do for other languages. My problem is that I can't find the right type of project to do this.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
看看这个:http://www.youtube.com/watch?v=Ey8LK7P1K94 2:30 他创建了一个 C++ 项目。
或者试试这个:
Check this out : http://www.youtube.com/watch?v=Ey8LK7P1K94 at 2:30 he creates a C++ project.
Or try this:
如果您在“新项目”的 Mac OS 部分中单击,我可以快速看到几个选项。根据框架和Library 中有一个您可以访问的 STL C++ 库,然后在 System Plug-in 下有一个您可以使用的准系统 C++ 插件。
这是你的意思吗,还是我误解了这个问题?
If you click around in the Mac OS part of New Project, there are a couple of options that I can see with a brief glance. Under Framework & Library there is an STL C++ Library you can access, and then under System Plug-in there's a barebones c++ plug-in you can use.
Is that what you mean, or am I misinterpreting the question?