Maintaining a pool of resources using smart pointers
This is from an old CSCI 330 lab. The problem is outlined in the
README, and uses files
lab10.cpp (the application using the resources),
pool.cpp and
pool.h (the resource pool implementation), and a
makefile.