


To add a text file to the project, right-click on the project folder in the project view in the left pane and select the option New Item.

Once you have created the project you should see a window something like this.Click the Next button and then click Create to save your new project to a project folder. On the next screen type a name for your project and make sure that 'C++' is selected as the language for the project. Select 'Command Line Tool' in the top-right pane and click Next. Select the Application project type from the list on the left.Click the button to create a new Xcode project.From this screen you can either open an existing project or create a new project. When you start up Xcode you will see the Xcode welcome screen.Here are the steps you will follow to create and run your first project in Xcode. The source code files you will need to create to write a C++ program in Xcode are organized into projects. These notes will take you through the process of creating your first C++ program in Xcode.
