This project will take an integer and find all the prime numbers between 1 and the given integer. It will have various prime number related functions these functions include: Finding the max gap in the range, finding the prime factors of a given number, and check if a given number is prime.
Load the code into a compiler of your choie, then build and run. (you will only need main.cpp, src/primeSieve.cpp, and include/primeSieve.h) For windows: un-comment #include <windows.h>
Maxwell Lambek, Owen Wattenmaker
comma after the last prime factor should be removed.