master
3009594 2024-09-17 21:34:17 +02:00
parent 724f31fa1b
commit 0303d66ab4
1 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#include <iostream>
#include <string.h>;
using namespace std;
/*
@ -24,6 +25,7 @@ int main(){
string str2 = str + " Wie geht's?";
cout << "Verketteter String: " << str2 <<endl;
// Zugriff auf einzelne Zeichen
cout << "Erstes Zeichen: " << str[0] << endl;