How do i read in a file and move it to two other locations?Oops i pasted the wrong thing. Why doesn't this work? [code] #include <iostream> #include <fstream>...
How do i read in a file and move it to two other locations?I want to copy a file to a new file. I thought this would do it but it doesn't copy it over to the n...
How to edit the text in a filewhile(getline(f, s)){ v.push_back(s); s???
How to edit the text in a fileI have this basic coding below that will read the file and display it. I want to be able to change t...
setting a string to somethinghow do you set a string to something like string name = "bob" is that right?
This user does not accept Private Messages