Write a c++ code to search a pattern from a text file.?

mancha

New member
Write a c++ code to search a pattern from a text file.
The program has to display the frequency of the pattern and
the whole content of the file with different color for the pattern whenever matches.
 
Back
Top