fread() with excel and powerpoint files

C

cheshercat

In a non-MFC application I used the fread() function in order to read documents (WORD) EXCEL files and PowerPoint files.
The problem is that I get not only the content of those files but also information about the file (like file owner etc.).
Is there a way to read only the content of those files?
 
Top