My problem is how to seek or search a word from my text file.
here how it done.
I want to search a word "Computer" found in my text file, and will output or will be print of screen as "Computer been found!" if the keyword are found and will show "computer not found" if the word not found inside the text file. I using fstream right now. can anybody teach me how to code such code like this, i'm a little bit of newbe about c++.
Thanks!