[an error occurred while processing this directive] CMSC 202 - Fall 2014 - Lab 5

Step 2: Building your Program

To compile your assignment, use the following commands:
  1. g++ -ansi -Wall -c Dog.cpp
  2. g++ -ansi -Wall -c Lab5.cpp
  3. g++ -ansi -Wall -o Lab5.out Dog.o Lab5.o
Actually, you should figure out how to put this into a makefile.