sltassassin01
Programmer
I'm writing a program in visual c++ 6.0. I have a microsoft word file that contains data. I need my program to open the word file, read from the file and output certain parts of the file into a database. I tried opening the file like i do with text files but it doesn't seem to work unless the file was created by c++ itself. It produces nonsense as an output. Could someone please help me out here.