Program for the search of prime numbers in C++
The main idea in this program is try to find prime numbers in the least time posible. The idea is save in memory ram the numbers that are indentified like prime numbers, so that in the future can to use this numbers to reject others numbers that aren't prime numbers.
You can read the full explination in https://masttl.com/index.php/articulos/codigos/1-100-primeros-millones-de-numeros-primos (in Spanish).