1
vote
2answers
391 views

How to create and save .docx document on C/C++?

I need to manipulate .docx documents using C/Visual C++. Any samples i found is c# samples. How to do so?
1
vote
1answer
109 views

How to store delta of files across version of file?

I want to keep delta of files (MS Office/pdf/flash/images) when I upload my file to my local repo to store the files. You can imagine this in-house box.net or dropbox for my local usage. Are there ...
-3
votes
1answer
174 views

Using #import inside code, in if statement

I'm building a c/c++ program and I'm using MS Excel for results representation. The problem is that i have to import 2 files: #import "C:\Program Files (x86)\Common Files\microsoft ...