Skip to content

Instantly share code, notes, and snippets.

@ampulhetadosaber
Last active August 26, 2020 23:36
Show Gist options
  • Save ampulhetadosaber/337a081a864c18f54b61c87a50fe3e20 to your computer and use it in GitHub Desktop.
Save ampulhetadosaber/337a081a864c18f54b61c87a50fe3e20 to your computer and use it in GitHub Desktop.
string S;
char letra;
// O caractere “letra” foi adicionado ao final da string S
S.push_back(letra);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment