aaronbloomfield/pdr

lab 5 includes...

Closed this issue · 1 comments

in lab 5, they use the atoi() function, but MUST #include <cstdlib>. Without that #include, it may work on their machine, but will not work on the grading server. Make it more clear that they have to have this #include

merge request #84 resolves this issue