Programs
Among the programs in the "program.zip" package are:
| BuildTxtPrime | Create file of primes, txt format |
| TxtToPrimeC | Convert txt to primec format. |
| Goldbach | Verify Goldbach's conjecture for zero to 1E12 |
Among the more than 15 classes and utilities are:
| PrimeGenerator | Create prime numbers in a given range. |
| Directory | A vector of strings containing the names of files in a file directory. |
| Progress | A class to manage the periodic reporting of program activity. |
| PrimeCVector | Abstract class providing the algorithms to access primec data. |
| PrimeCFileWriter | Create a primec file. |
| PrimeCFileReader | Read a primec file. |
I hope you find them useful.
If you have any questions, observations or bug reports concerning the C++ programming or the content of the prime files, send an email (after changing "at" to "@".
primes1e12 at earthlink.net
I embarked on this project as a programming challenge. I am not a mathematician. I have no deep insight into prime number theory. Please confine messages to programming issues. Here are some references:
[Prime Numbers]
[Wikipedia: List of Prime Numbers (with numerous references)]
[The Math Forum]
[The Prime Pages]
The program files are also posted on
[http://home.earthlink.net/~primes1E12].
Corrections and additions will be posted there as they occur.
Don Kostuch
October, 2018.