Skip to content

TylerA73/Lab6

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tyler Arseneault
5032106

December 8, 2014

Lab Assignment 6

Information: This program utilizes the abstract class defined in list.h by using the Stack and Queue classes created and derived from it. They act as containers for integer values, and will store them with the same behaviour as a Stack and Queue would. The Main.cpp will test these classes out extensively.

Files Included: makefile, README, list.h, stack.h, queue.h, stack.cpp, queue.cpp, main.cpp

Step 1: Change the directory in terminal to "Lab6"
Step 2: In Terminal, type make to compile the program.
Step 3: In Terminal, type "./prog" to run the program.

Github URL: https://github.com/TylerA73/Lab6

About

CS2010 Lab Assignment 6. Create classes Stack and Queue using the container defined in list.h.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors