Program for the search of prime numbers using Multithreading in C++
This program is an upgrade of https://github.com/mastutoriales/primeNumbersMultithreadingCPP, 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. And the difference between this and the first version is that it does not store all the numbers that have been generated.