Creating, opening and printing a word file from C++

后端 未结 6 1956
予麋鹿
予麋鹿 2020-11-29 10:26

I have three related questions.

I want to create a word file with a name from C++. I want to be able to sent the printing command to this file, so that the file is

6条回答
  •  长情又很酷
    2020-11-29 10:56

    When you have the file and just want to print it, then look at this entry at Raymond Chen's blog. You can use the verb "print" for printing.

    See the shellexecute msdn entry for details.

提交回复
热议问题