.. | ||
hw1pr1 | ||
hw1pr2 | ||
hw1pr3 | ||
.hw1pr1.cpp.swp | ||
.hw1pr2_data.txt | ||
420hw1-17fall.txt | ||
hw1.zip | ||
hw1pr2.cpp | ||
hw1pr2_data.txt | ||
README.txt |
reference for async pthreads: http://www.cplusplus.com/reference/future/future/wait_for/ All other references used pretty much came from cplusplus.com To compile and run: I made a makefile that should compile the program regardless of the OS, but only tested linux. commands should be: compile: make, make clean run: ./hw1prX where X is the problem number.