Skip to content

elehman16/A1-part2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Here we created an interface for a standard first in, first out queue. It will be able to accept as input anything that inherits from the Object class, created in the object.h file.

Tests

The tests that we wrote include some standard tests checking the size and whether adding and removing elements from the Queue produce the expected result. We also test if it will work with instances of both the Object and String classes (that implement from object.h and string.h).

About

SWDEV2020 Assignment 1 Part 2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%