How to create a C++ application in Xcode 4

Hi, I use Xcode to create programs in C++ and the only way to do that in Xcode is to use the "command-line tool" as your file type however I do not know how to turn it into an actual application. When you run the application by hitting the run button in the corner you only get the output in the bottom panel which is hardly an actual application. I was wondering if any of you know how to make it into a "real" application. Also, if this is in the wrong forum please tell me. I just joined recently and I only started C++ about a week ago.

There should be an executable generated somewhere near your code file when you press "run". I don't use Xcode, so I can't say where exactly that is.
Topic archived. No new replies allowed.