Показать сообщение отдельно

  #6754  
Старый 22.02.2023, 00:04
0x73616D
Участник форума
Регистрация: 27.05.2021
Сообщений: 140
С нами: 2614229

Репутация: 33
По умолчанию

Цитата:
Сообщение от Scar_  

Try passing sprintf not std::string, but const char* -> CambiarColor.c_str()
It gives me this error.

C++:





Код:
CambiarColor
.
c_str
(
)
=
Error
(
active
)
E0153 The expression must have a
class
type
,
but it has the type "
char
 
Ответить с цитированием