Kursinhalt
C++ Datentypen
C++ Datentypen
String-Manipulation Practice
replace
// replaces n characters starting from start with str2 str.replace(start, n, str2)
Aufgabe
Swipe to start coding
- Ersetze
"debug"
durch"release"
. - Dein Programm sollte
mode=release
ausgeben.
Lösung
solution
War alles klar?
Danke für Ihr Feedback!
Abschnitt 3. Kapitel 5
String-Manipulation Practice
replace
// replaces n characters starting from start with str2 str.replace(start, n, str2)
Aufgabe
Swipe to start coding
- Ersetze
"debug"
durch"release"
. - Dein Programm sollte
mode=release
ausgeben.
Lösung
solution
War alles klar?
Danke für Ihr Feedback!
Abschnitt 3. Kapitel 5