- Main- a main file to showcase the MyContainer Class.
This uses the Demo file provided with the assignment. - Tests- a folder of test cases used to test the MyContainerincluding tests for:
- General Tests for the container.
- Each of the 6 iterators required for the container.
- Tests for Functor Classes used for the Iterators.
- MyContainer Class- an implementation of MyContainer according to the requirements of the assignment.
- Complex Numbers- an implementation of Complex numbers to use in the different tests.
- MAKEFILE- a make file allowing the following commands:
- make Main- a command to create the Main exe, which runs the main file.
- make valgrind- a command to run the Main exe through valgrind, to check for Memory Leaks.
- make test- a command to create the test exe, which runs the Tests files.
- make valgrind-test- a command to run the test exe through valgrind, to check for Memory Leaks.
- make clean- a command to remove all object and exe files from the project.
- Notifications
You must be signed in to change notification settings - Fork 0
Wahylian/system_programming_ex4
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Latest commit | ||||
Repository files navigation
About
No description, website, or topics provided.
Resources
Uh oh!
There was an error while loading. Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published