BFG10K
Lifer
- Aug 14, 2000
- 22,709
- 3,003
- 126
You're right, it looks like I really over-estimated the time required.Then you can add 5 seconds for the original 100 character entry. Total time: 29 seconds.
char x[98];
strcpy(x, "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ!@#$%^&&*()_-+={}[]|\';:<>,.?/~`\"\n\t\\ \0");
This'll make it faster:
