SETTINGS
Appearance
Language
About

Settings

Select a category to the left.

Appearance

Theme

Light or dark? Choose how the site looks to you by clicking an image below.

Light Dark

Language

Preferred Language

All content on utk.claranguyen.me is originally in UK English. However, if content exists in your preferred language, it will display as that instead. Feel free to choose that below. This will require a page refresh to take effect.

About

"utk.claranguyen.me" details

Domain Name: claranguyen.me
Site Version: 3.0.1
Last Updated: 2019/08/18
Getting Started

Synopsis

  • Read the lab writeup on Instructure Canvas.
  • There are four parts to this lab... Submit all parts except the very first one.
  • There are two different due dates for different parts of the assignment:
    • September 1, 2020 at 23:59:59 - Prog1b.cpp and Prog1c.cpp
    • September 8, 2020 at 23:59:59 - Prog1d.cpp

Requirements

  • You should get familiar with the terminal before doing this lab. I have written a guide that can give you quite a head start on it. View it here. You'll be using it for the entire semester. Good luck!

Side Files

Usually, for lab "lectures", I prepare a digital copy of my notes to write on the whiteboard. I have made these public:
  • 2020-08-26 - The Warmup Lab - Everything you need. Details on lab assignment. How to submit. Diagrams. C++ Concept reminders. Various examples.
Submission
We will be following these guidelines.

Submission 1

Submit a TAR file containing Prog1b.cpp as well as Prog1c.cpp for the submission on Canvas. You can make this by running the following command:
UNIX Command
UNIX> tar -cvf lab1_1.tar Prog1b.cpp Prog1c.cpp
Then, submit lab1_1.tar to Canvas.


Submission 2

Like the first submission, this is also a TAR file. This time, you are submitting Prog1d.cpp. Run this command:
UNIX Command
UNIX> tar -cvf lab1_2.tar Prog1d.cpp
Then, submit lab1_2.tar to Canvas.