如何设置 C++ Xcode 4 中的项目?

发布于 2024-11-15 00:50:02 字数 124 浏览 2 评论 0原文

这可能有一个非常明显的答案,但我似乎找不到它。我正在尝试使用 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 技术交流群。

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

发布评论

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

评论(2

旧时模样 2024-11-22 00:50:02

看看这个:http://www.youtube.com/watch?v=Ey8LK7P1K94 2:30 他创建了一个 C++ 项目。

或者试试这个:

  1. 打开 XCode。
  2. 文件/新建项目...
  3. 在“新建项目”助手中,展开“命令行实用程序”组。
  4. 选择“C++ Tool”
  5. 单击“Next”
  6. 给出项目名称和目录,然后单击“Finish”。
  7. 按 Cmd-Shift-R 打开控制台窗口。输出将出现在那里。
  8. 单击“构建并运行”工具栏按钮。

Check this out : http://www.youtube.com/watch?v=Ey8LK7P1K94 at 2:30 he creates a C++ project.

Or try this:

  1. Open XCode.
  2. File/New Project...
  3. In the "New Project" Assistant, expand the "Command Line Utility" group.
  4. Select "C++ Tool"
  5. Click "Next"
  6. Give a project name and directory, then click "Finish".
  7. Press Cmd-Shift-R to open the Console window. Output will appear there.
  8. Click the "Build and Go" toolbar button.
递刀给你 2024-11-22 00:50:02

如果您在“新项目”的 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?

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