Question: C++ the program should be able to read input.txt file using ifstream infile(input.txt); - Create a C++ program that checks whether a file(from a set
C++ the program should be able to read "input.txt" file using ifstream infile("input.txt");

- Create a C++ program that checks whether a file(from a set of files) is infected by computer viruses. To do this, one needs to check whether a file contains a virus signature. The database of virus signatures is given as input. Rules: -The input consists of one or more lines of virus signatures followed by one or more lines of file data. Each virus is identified by a unique nuber. The virus signature data format is as follow: VIRUS n: k:
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
