Thanks for checking out my project!
Regarding the thead-error checking capabilities of Helgrind
PPTVideo.mp4, Recommended: [1.5x Speed]: Goes through the PPT, Explains Helgrind
https://docs.google.com/presentation/d/1BaeQvUlVVUbYbJ9ZEoNYnDEd_9t0aw6MslQt0oloXmk/edit?usp=sharing
In proj.zip, called valgrind_tests.cpp. You can also test out HW.4 on valgrind and my commented errors.
g++ -g valgrind_tests.cpp -o val_test -pthread (May need to 'apt-get install g++ valgrind make')
valgrind --tool=helgrind --read-var-info=yes ./val_test AND FOR HW4: valgrind --tool=helgrind --read-var-info=yes ./bank_app 10 pt.txt