Skip to content

Instantly share code, notes, and snippets.

@BMU-Verlag
Last active July 9, 2020 06:37
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save BMU-Verlag/da0aa1bf86b1dfc2769c2e65d2b73623 to your computer and use it in GitHub Desktop.
string eingabe;
string ausgabe = "";
cout << "Geben Sie den Text ein, den Sie \201bersetzen wollen:\n";
getline(cin, eingabe);
int i;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment