Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created January 2, 2022 00:49
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/92439f714b971818fcc92e416a7e4167 to your computer and use it in GitHub Desktop.
Save parzibyte/92439f714b971818fcc92e416a7e4167 to your computer and use it in GitHub Desktop.
ofstream archivo;
archivo.open(nombre.c_str(), ios_base::app);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment