Software development, graphics, scientific computing and building stuff.
std::ifstream in("file.txt"); std::string contents((std::istreambuf_iterator<char>(in)), std::istreambuf_iterator<char>());
No comments:
Post a Comment