Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created September 11, 2020 23:55
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 parzibyte/bbd09de6d5c2db2cfd10bc9282226d7c to your computer and use it in GitHub Desktop.
Save parzibyte/bbd09de6d5c2db2cfd10bc9282226d7c to your computer and use it in GitHub Desktop.
string nombreArchivo = "videojuegos.txt";
ifstream archivo(nombreArchivo.c_str());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment