Major help needed here!
Right now I have this project using C++ language to 1. check file extension of a random file needed for investigation 2. extract metadata of word document 3. display output to text file
Basically you have to pretend you are an investigator and you have to come up with this program that you can bring to the lab to analyze a word document. First you check if the extension is right, then start extracting metadata and finally output to a text file.
I have decided to use fiapiman API for extraction of metadata but i don't know how to write the coding to pull in this library.