I am using Visual c++ .net to create a MS Word document.
I created the .doc in word, then did an octal dump on it so I could see, character by character, what the .doc file consisted of.
Now, I am attempting to re-create the .doc by writing a C++ prg that simply opens a file, and does a series...