How I can read from (WORD) file in c++? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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??

25th Feb 2022, 8:48 PM
ABUBAKAR ALHOMIDY
ABUBAKAR ALHOMIDY - avatar
1 Answer
+ 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!
25th Feb 2022, 10:14 PM
Yaroslav Vernigora
Yaroslav Vernigora - avatar