sercantutar / infint

Arbitrary-Precision Integer Arithmetic
http://sercantutar.github.io/infint/
198 stars 48 forks source link

Feature request : String to infint #25

Open Xyncgas opened 5 years ago

Xyncgas commented 5 years ago

Hey thank you for your work ( = I want to request a feature for converting string to the infint class, as now we have the program writing the calculations to file, and sometimes it would just be extremely useful if I could read from those files and do calculations with those seeds. Please help me.

scrouthtv commented 5 years ago

Read the readme: InfInt n = "15432154865413186646848435184100510168404641560358";

test.cpp.txt This works for me... Let me know if you need any help