How do I set up a C++ project in Xcode 4?

后端 未结 2 1214
轮回少年
轮回少年 2020-12-29 03:09

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 t

2条回答
  •  夕颜
    夕颜 (楼主)
    2020-12-29 03:58

    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.

提交回复
热议问题