Thread
:
Need help, searching txt file for keyword c++
View Single Post
vivekraj
Light Poster
23Feb2010,10:59
Read the strings given the command line first,then read the string from file using fsanf function.Then,compare the string with keyword using strcmp function.If it matches,then increment the count of the keyword by one.