|
-
Apr 14th, 2012, 06:13 PM
#1
Thread Starter
Junior Member
How to use a StreamReader to read....
How do I use a StreamReader to read the data (from a text file), parse it, and place it in a two dimensional array??
The data:
0,710,887,1130,525
710,0,1510,1610,515
887,1510,0,454,1070
1130,1610,454,0,1110
525,515,1070,1110,0
Note: the first row of data contains the distances from location1 to all five locations, the second row of data contains the distances from location2 to all five locations, and so on.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|