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

后端 未结 2 1206
轮回少年
轮回少年 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:51

    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?

提交回复
热议问题