Problem #926 C++ using OBJECT ORIENTED PROGRAMMING

Write a C++ program to search for a specific string in a text file and display its line number(s).

Your Solution