We were getting memory leaks (as told by the CRT detectors, which I also added), and there's really no reason (as long as we're careful) to use pointers there. |
||
|---|---|---|
| .. | ||
| main.cpp | ||
| tests.cpp | ||
| tests.h | ||
We were getting memory leaks (as told by the CRT detectors, which I also added), and there's really no reason (as long as we're careful) to use pointers there. |
||
|---|---|---|
| .. | ||
| main.cpp | ||
| tests.cpp | ||
| tests.h | ||