Program for the search of prime numbers using Multithreading in C++
This program is an upgrade of https://github.com/mastutoriales/primeNumbersCPP, in this version the search is with multi threading, with this upgrade try to reduce the computing time using all the cores of the computer were the program is running.