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/README.txt
2017-10-24 08:49:03 -05:00

15 lines
364 B
Text

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.