Hi.
I'm trying to read a file, search for a particular string, and then replace it with something else. I can easily read and search, but the writting part do not work and I don't understand. As a new C++ programer, I need help !
Here's the code I was roughly using:
void ReadWrite()
{...