Hi am trying to make a simple application that write and read from and to a text file the problem is that i want to be able to aerch in the text file for an specific line.
the text file is a list of words with a meaning each word, the application ask for what word to search and i want to cout<< the specific line containing that word..
could someone can help me ??