my problrm is first i will read text file, in that text file i want to count the occurance of given
word,(given word in the sense, i will get the word from user).if that word occur in the text file, i want to replace that word with someother word.
till now vat i have done in my program is, i read a text file, so the content of the text file is string, i was trying to string to string[], so that i can put the string array in loop, and fine for the occurence of the string, can u suggest someother idea
with rgds
kalai