Hi,
I'm trying to read in a number containing 1billion digits.
The number is stored in a simple txt file (~950mb) and since it's the only value, which needs to be read in I pipe it using ./bla <number.txt.
However, the prog quits while it's still reading it in.
The code of the program itself is fine.
Any suggestions on what to do?