+ 1
What does static_cast<char> means ?
...
4 odpowiedzi
+ 5
static_cast converts variable to another type.
Here you have an example:
https://code.sololearn.com/cv3kEs71wwhb/?ref=app
+ 4
'x' is equal '85'
'85' is ASCII code of 'U'
+ 1
Olek Szczepura
why its output iz 'U'?
+ 1
I know what ASCII does mean thanks ,Olek Szczepura 0