0
How I can read from (WORD) file in c++?
If I create file in c++ like this ("Table.docx") How I can read from this file??
2 Answers
+ 3
Hi! I would recommend that you start training and work with c++ in text files (* .txt). created by the program "notepad." how to open/close and write/read them is discussed in lesson 82.1 of the c++ course sololearn. Good luck!