CS-240
Lab 3

Purpose:
Due:
Finishing Bag class and learning how to generate make files.  Working session for the Blackjack project
Submit make file with your completed Bag class by the appropriate due date for your lab section

Method:


  1. Go to the following web site to learn about make files:  http://www.gnu.org/software/make/manual/make.html
    Look at the sample make file in the lab files directory.  Because we are programming in c++, the g++ command (c++ compiler) must be used instead of the cc command (c compiler) found in many of the examples on the website.  Note that your file must be named makefile and must not have ANY extension.  Type the command make and press enter to run it.
    Produce a make file to submit with your Bag lab, and for each lab and/or project that follows.
  2. Use the rest of your lab period to discuss and work on your Blackjack project.

Last updated 02/10/2007 - RMW