String Manipulation Practice
replace.h
12// replaces n characters starting from start with str2 str.replace(start, n, str2)
Tarefa
Swipe to start coding
- Replace the
"debug"
with"release"
. - Your program should output
mode=release
.
Solução
solution.cpp
Tudo estava claro?
Obrigado pelo seu feedback!
Seção 3. Capítulo 5
single
Pergunte à IA
Pergunte à IA
Pergunte o que quiser ou experimente uma das perguntas sugeridas para iniciar nosso bate-papo
Awesome!
Completion rate improved to 4.35
String Manipulation Practice
Deslize para mostrar o menu
replace.h
12// replaces n characters starting from start with str2 str.replace(start, n, str2)
Tarefa
Swipe to start coding
- Replace the
"debug"
with"release"
. - Your program should output
mode=release
.
Solução
solution.cpp
Tudo estava claro?
Obrigado pelo seu feedback!
Awesome!
Completion rate improved to 4.35Seção 3. Capítulo 5
single