Pratique de la Manipulation de Chaînes
replace.h
12// replaces n characters starting from start with str2 str.replace(start, n, str2)
Tâche
Swipe to start coding
- Remplacez le
"debug"
par"release"
. - Votre programme doit afficher
mode=release
.
Solution
solution.cpp
Tout était clair ?
Merci pour vos commentaires !
Section 3. Chapitre 5
single
Demandez à l'IA
Demandez à l'IA
Posez n'importe quelle question ou essayez l'une des questions suggérées pour commencer notre discussion
Awesome!
Completion rate improved to 4.35
Pratique de la Manipulation de Chaînes
Glissez pour afficher le menu
replace.h
12// replaces n characters starting from start with str2 str.replace(start, n, str2)
Tâche
Swipe to start coding
- Remplacez le
"debug"
par"release"
. - Votre programme doit afficher
mode=release
.
Solution
solution.cpp
Tout était clair ?
Merci pour vos commentaires !
Awesome!
Completion rate improved to 4.35Section 3. Chapitre 5
single