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.