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

  #6757  
Старый 22.02.2023, 01:26
Dark_Knight
Флудер
Регистрация: 18.03.2013
Сообщений: 4,080
С нами: 6921957

Репутация: 183


По умолчанию

Цитата:
Сообщение от !Sam#0235  

i think so, the error occurs with this code

C++:





Код:
if
(
pshow
>=
174
)
{
const
char
*
CambiarColor
=
"{0000FF}"
;
}
if
(
!
pshow

Print
(
pall
,
D3DCOLOR_ARGB
(
0XFF
,
0XFF
,
0xFF
,
0xFF
)
,
500
,
400
,
false
)
;
}

The code is correct. His work logic is not correct. In the second condition, there is no variable CambiarColor and char it type and he has't member's functions.
 
Ответить с цитированием