Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
458 views
in Technique[技术] by (71.8m points)

xcode4 - How do I set up a C++ project in 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.

question from:https://stackoverflow.com/questions/6282081/how-do-i-set-up-a-c-project-in-xcode-4

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

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.

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...