Alright, I'm coding something for fun, but here's the problem:
I have a class with a private string variable that I want to change, but I want to change it to a line I read from a text file. Is there no other way than to create a separate string to get the text file and then use a member function to change the private variable?
this is my first question here, so tell me if I need to clarify things