[HELP] update data in the .txt file | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

[HELP] update data in the .txt file

i have the following .txt file contain 1 2 2 3 i want to update the value of 2 to 0 so the output would be like this, 1 0 2 3 i have no clue how this can be done using fstream header. I know how to write data to file and display data from file. But how to update that specific value in a specific line?

19th Nov 2019, 10:09 AM
Boyd Bayndend
0 Answers