Hello
I need to do a line by line compare between two Msword 07 documents. I've tried the conventional way of using getline and compare but it doesnt work. While step by step execution, the program is unable to recognise the format of the sentences in the word document. I only need to search for strings that start with specific letters, ex: "[Test_".
Any suggestions on how to go about this? Preferably through simple c++ commands as I am not an expert and dont have much time.
Please help
Thanks in advance
Sreekiran