MemoryPool Implementation

The MemoryPool allocates memory on the heap. This memory is used when MyObject calls the new and delete operators. This was a college assignment I am including here because it shows my coding style and several important programming concepts including:

My professor wrote main.cpp and I wrote the rest. The zip file contains my code with an .exe file compiled in 64-bit Windows. Click here to download the zip file. (You'll want to run the program in the command line to see all the results)