need some idea from to find the same word in text file example i had a list of word in text file,let me name it noun.txt..contain noun word..the file contain like this
walk
run
eat
drink
....
give me an idea how can i find word eat in the noun.txt
i know that i can use strcmp..but how..must think...
anyway, thank you