For understanding and implementation of multithreads.
Windows operating system
Must include pthread.h in compiler
Linux operating system
No special requirements
On terminal gcc -pthread -o thread thread.cpp
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.