C++
Add a search command that asks the user for a string and finds the first line that contains that string. The search starts at the first line currently displayed and stops at the end of the file. If the string is found, the line that contains it is displayed at the top. In case the user enters a string X that does not occur in the file, the program should print the error message:
ERROR: string "X" was not found.
Attached is the first lines of the .txt file
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here