25th January 2005, 05:23 pm
Here is a quick reference sheet for some statements that may come in handy during a math class
Math.pdf
25th January 2005, 05:23 pm
Generates a list of primes by the Erasthosnese sieve method. Uses a bitset to store the array of booleans so it uses much less space then a comparable solution.
primes.cpp