Skip to content

Wahylian/system_programming_ex4

Repository files navigation

Assignment 4 - System Programming

Name: Ido Ron

ID: 215312729


Project Features:

  1. Main- a main file to showcase the MyContainer Class.
    This uses the Demo file provided with the assignment.
  2. 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.
  3. MyContainer Class- an implementation of MyContainer according to the requirements of the assignment.
  4. Complex Numbers- an implementation of Complex numbers to use in the different tests.
  5. 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published