Csharp: I am trying to get the top nth values from and rectangular array
- by user355925
I am reading a txt file for strings that represent intergers.
the file is space delimited. I have created an array[10,2]. evertime the the strings 1~10 is found in the file I increment array[n,0] by 1. I also feed array[n,1] with numbers 1~10.
ie txt file contents:
1/1/1 10/1/2001 1 1 10 2 2 3 1 5 10 word word 3 3 etc..
streamreader reads 1/1/1…