C++ only please. Thank you.
Extra Credits: File Compare [5 marks] Write a program that opens two text files and reads their contents into two separate queues. The program should then determine whether the files are identical by comparing the characters in the queues When two nonidentical characters are encountered, the program should display a message ame. If both queues message should be displayed indicting that the files are identical. Show transcribed image text Extra Credits:
OR
OR