everyone.
I have to make a application in C++ that is capable of reading plain text from an existing .doc or .docx file (MS Word) in Windows, then create a new .doc or .docx file and write that plain text onto it.
Actually, I have to encrypt the text before I write it onto the new file, but right now the part of the application that I'm concerned about is the MS Word-file handling.
Do you have any tips for doing this? Any API or something that I can use?
Thanks.