This repository has been archived on 2025-04-11. You can view files and clone it, but cannot push or open issues or pull requests.
csce420pine64backup/hw1
2017-10-25 07:44:49 -05:00
..
hw1pr1 Small fixes, updated README. 2017-10-25 07:44:49 -05:00
hw1pr2 Small fixes, updated README. 2017-10-25 07:44:49 -05:00
hw1pr3 Small fixes, updated README. 2017-10-25 07:44:49 -05:00
.hw1pr1.cpp.swp pushing what I hace currently. 2017-10-24 08:49:03 -05:00
.hw1pr2_data.txt pushing what I hace currently. 2017-10-24 08:49:03 -05:00
420hw1-17fall.txt pushing what I hace currently. 2017-10-24 08:49:03 -05:00
hw1.zip pushing what I hace currently. 2017-10-24 08:49:03 -05:00
hw1pr2.cpp pushing what I hace currently. 2017-10-24 08:49:03 -05:00
hw1pr2_data.txt pushing what I hace currently. 2017-10-24 08:49:03 -05:00
README.txt pushing what I hace currently. 2017-10-24 08:49:03 -05:00

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.