[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
CppMinusOperator
Its opposite operator is the plus operator, +.
There is also a STL functors called std::minus.
The five mathematical operators are:
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
CppMinusOperator
(C++) - operator
The minus operator is used to substract two values.const double x = 1.5 - 0.6; const int y = 8 - 4;
Its opposite operator is the plus operator, +.
There is also a STL functors called std::minus.
The five mathematical operators are:
- +, plus operator
- -, minus operator
- *, multiply operator
- /, divide operator
- %, modulus operator
'Minus operator' links
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
