read an entire file into a string variable
Posted: Tue Feb 28, 2006 3:27 pm
I'm trying to make a subprogram,
that can read an entire file into a string variable, including line breaks and i have no idea what im doing. I'm using Microsoft Visual Studio .NET 2003.
Thanks in advance for the help
Code: Select all
void getfile(istream& in, string& theFile)
Thanks in advance for the help