條件運算子(conditional operator) 是C++ 裡唯一的三元運算子(ternary operator) ?: ,需要三個運算元,三者均可為運算式,形式如下. expr1?expr2:expr3.
確定! 回上一頁