From the course: C++ IDE Overview

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Project layout

Project layout

From the course: C++ IDE Overview

Start my 1-month free trial

Project layout

- [Narrator] It is important to understand where and how Xcode is storing your projects in the file system. Let's take a look. If you have a project still open, please close it. I don't, so I'm just going to go new Xcode project, macOS, Command Line, next. We're going to name this one averages. Make sure our language is C++ click next. Here looks like a good place for it to live. Click create. Now we're going to go into our exercise folder. Desktop, exercise files 06_05, begin. And we are going to do a command a to select both files. Command c to copy them. I'm going to return back to Xcode, I'm going to click on a project folder, click show finder. And then right here, where my current main.cpp is. I am going to do a control v to copy those files. It will ask me if I want to replace it. Yes I do. So I've got a main cpp and test-scores.txt. Close that, close that. And back here, open this up. Now, here's my new main.cpp This project reads a text file with all of the test scores and…

Contents