Reading .docx in C++
问题 I'm trying to create a program that reads a .docx file and posts it content to a blog/forum for personal use. I finally have figured out how to use libcurl to do (what I figured) was the harder part of the program. Now I just have to read the .docx file, but have come under a snag. I can't seem to find any documentation on how to do this. Any ideas? 回答1: The easiest way is to use Word to do this. It has limitations on licensing. The SO question Creating, opening and printing a word file from