0
Question Mark in C++
What does the question mark mean in C++
2 Respostas
+ 3
It is the ternary operator. For more about this, you can read at the following:
http://www.cplusplus.com/articles/1AUq5Di1/
+ 1
(bool)? value: value;
https://code.sololearn.com/c2ugHxQEgYjV/?ref=app