Sunday, March 26, 2017

Project Proposal

So, my proposal is this:

I intend to create a program which will ask for an input string, a current base, and a targeted base (and a-z vs 0-p for base 26) anywhere from base 1.0000001 to base 62.999999, using 0-9, then a-z, and then A-Z.

Essentially, it will convert any base to any other, be it large, small, integer, non-integer, etc.  It will also be able to convert non-integer numbers, and have a moderately large number of digits following the decimal point if needed.

This program will be properly sanitized, with the standard returns of errors if the inputs do not fit demand.

No comments:

Post a Comment