Language: C
Compilation: via Makefile
Options: [-dhuEFS] [--digits, --end, --find, --help, --silent, --slow, --start, --store, --until]
Welcome to 2_pow_computer!
This C program computes the powers of 2 from 0 through infinity.
With or without parameters, you may enjoy reading the first values, find one, or simply unleash its computing power.
Discover all of its features and options by typing './2_pow_computer --help'.
This powers of 2 computer can print its results and store them in a file named "calculations_2pow.txt".
This way, you can navigate through the calculations you got.
Have fun!
Work still uncompleted, some more optimization can be made on the calculating method.
If you want new features to be included, feel free to let me know!