netanelhugi / MemoryManager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Memory Manager

Assignment 3 - Advanced C++ Course.

In this task, we implemented memory manager for Shape class.

For more info about the assignment see: Assignment 3.pdf

How to compile:

If this is the first running: make
Else: ./a.out

After compilation, the program will run tests from the main file.

About


Languages

Language:C++ 91.4%Language:Makefile 8.6%