Create a C++ Program in XCode (Macs)

  1. Open Xcode and Select “Create a new Project”

2. Select the macOS tab and choose “Command Line Tool” and click “Next”

3. Give your Project a Name, Organization (your choice of text), and set the Language to C++ then clck next

4. Select a folder to save your project file then click on the main in the project folder view

5. Edit your code

6. Click the Arrow to run the program (top left)

7. Your Output will show at the bottom

2024 - Programming 3 / Data Structures - Author: Dr. Kevin Roark