I use Xcode to create C++ applications. I am new at C++, so I haven't had a chance to really use Xcode much. I know that there are things you can create with C++, but I need an application, and the only thing that works for me is createing a cocoa app, deleting everything except main.m, info.plist, and infoPlist.strings(English). I then rename main.m to main.cpp, and everything works, however, isn't there a simpler way. A carbon app also works, but there's too much to delete. Note: I have no idea what those plist things are, although they look to me like they use XML. Anyways, please help.