How would one implement a ternary comparison operator to determine, for example, the boolean value of a < b < c?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
||||
| show 2 more comments |
|
Solution:
When coding a comparison, have the return type be a Implementation:
A useful example:
Output:
Note: This was created by Mooing Duck, and a compiled, more robust example can be found on http://ideone.com/awrmK |
|||||
|
|
Why do you need an operator?
or:
|
|||||||||||||||||
|
Range(a, c).contains(b). – Riateche Jun 13 '12 at 22:56