A playground app with which to try out some C++ development.
- Add recursion to list prime factors only.
- Add functionality to enter 2 numbers and find primes between -- DONE, sort of.
- Add a function to count the number of prime factors
- Consider some GUI options.
- Sort input numbers by 'primality', i.e. number of prime factors from
0
(most prime) tomax
(least prime). - Add twin-primes finder.
Also: Need to merge with C++ multi-file project template to expand functionality. -- DONE.