Biennerienno
Weaksauce
- Joined
- May 2, 2001
- Messages
- 71
Hey guys
I hate to do this, but i have been bashing my head against my laptop for the past few hours...
The program I must write, requires me to read in strings of data and store them as C-style char string. While reading the input, i have to sort the strings alphabetically.
The paper mentions two dimensions c-style arrays, but I cannot find anything on multidimensional char array.
So far I have deduced this:
Read in data -- easy enough
Check data after each char string
~to do this i have tried a few thigns but I keep ending up wiht a bunch of mush.
I can read in the data, and store it in the char array. and have tried comparing by tokenizing and a few other things. I do have moderate experience, so i guess all i am asking is for someone to point me in a direction, as I am completely lost now.
in the mean time, off to google groups...
thanks biennerienno
I hate to do this, but i have been bashing my head against my laptop for the past few hours...
The program I must write, requires me to read in strings of data and store them as C-style char string. While reading the input, i have to sort the strings alphabetically.
The paper mentions two dimensions c-style arrays, but I cannot find anything on multidimensional char array.
So far I have deduced this:
Read in data -- easy enough
Check data after each char string
~to do this i have tried a few thigns but I keep ending up wiht a bunch of mush.
I can read in the data, and store it in the char array. and have tried comparing by tokenizing and a few other things. I do have moderate experience, so i guess all i am asking is for someone to point me in a direction, as I am completely lost now.
in the mean time, off to google groups...
thanks biennerienno