
22.02.2023, 00:04
|
|
Участник форума
Регистрация: 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
|
|
|