Hi,
I'm trying to make a simple program, which reads separate
words from
file and puts them in some data structure. All words are
separated with
commas. I'm new to c# and don't know yet how to manipulate
strings.
What data types or methods I should use to get results?
example file:
"u", 320, 630, 2560, 6, 13, 48
"a", 780, 1300, 2460, 6, 8, 30
"o", 500, 940, 2420, 3, 12, 35
"as", 720, 1060, 2420, 3, 8, 27
"o/", 430, 1580, 2260, 2, 24, 36
|