CS12, Lab 6
Topics:
·
Basic commands
in Unix
·
Using the emacs editor
·
Compiling using g++
·
Makefiles
To do:
·
This lab is a
learning opportunity. You will be learning the topics outlined above
from the TA, and practicing as necessary. No points will be awarded for
this lab. If you know the material and
feel comfortable in the Unix environment, and think you can get a
program written, compiled and run in this environment, you do not have to attend this
lab.
·
By the end of
this lab, you should be able to port Lab 2 to
the Unix environment and verify that your program compiles and runs, with
and without a makefile. You can use a basic makefile with a single compile
command, or download a sample generic makefile
and alter it.