![]() |
convert .doc to .txt using C++
does anyone know to convert a .doc (binary) file to .txt (ascii) file using C++?
Thanks for help. |
ifstream infile("filename.doc", ios_base::binary);
|
Maybe you can use http://www.openoffice.org or another office suite that is capable of reading ms .doc files.
|
| All times are GMT -5. The time now is 04:32 AM. |