Im looking for a notepad file that has all the combinations of numbers. it should be at least all numbers that have 4 digits, which should consist of 10,000 numbers, but more than 4 is better plz post a link to download the file.
Do you want combinations or permutations? Do you want repeated digits? Can you compile and run a C/C++ program? BTW, saying that for 4-digits you would have 10000 numbers suggests you simply want this: 0000 0001 0002 ... 9999 which seems unlikely.