Guest User

Untitled

a guest
Mar 8th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. std::stringstream strStream;
  2. strStream << inFile.rdbuf();//read the file
  3. string_t content = strStream.str();//str holds the content of the file
Add Comment
Please, Sign In to add comment