Deliverables

Open the following in separate terminals for marking:

Back to Schedule

Lab Content

Quick Links

Homework:

Go through Introduction

 

  • Preparation
  • Programming Exercise

To Prepare

Create a directory for this lab (you might have already done part of this):

  1. ensure that you are in your Introduction directorytooltip

  2. make a directory called cs115tooltip

  3. change to the directory created in step 2tooltip

  4. make a directory called lab1tooltip

  5. change to the directory created in step 4tooltip
     
  6. Use the following command: mv ../../lab1Grocery.cpp .

  7. Use the pwd command to show where you aretooltip
     
  8. OPTIONAL: To help you study, please take a screenshot and name it in this format LastName_Student#_Unix
./program
g++ program.cpp -o program

/home/runner/Introduction/cs115/lab1

cd lab1
mkdir lab1
cd cs115
mkdir cs115
pwd