Skip to content

Instantly share code, notes, and snippets.

@mc256
Created November 9, 2018 03:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mc256/33514605cb1422be974858bc7b2ec164 to your computer and use it in GitHub Desktop.
Save mc256/33514605cb1422be974858bc7b2ec164 to your computer and use it in GitHub Desktop.
Forward file to input stream
std::ifstream in("ABSOLUTE_PATH_TO_YOUR_FILE");
std::cin.rdbuf(in.rdbuf());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment