[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
LinkedList » CCommand_printf » QBasicFAQ » CFclose » BeginnersGuideToPython_Functions » CPP-Beginners-Tutorial » CppTrue » joystick » CSharpFAQ » CppBoostPropertyMap » CppPlusOperator
Its opposite operator is the minus operator, -.
There is also a STL functors called std::plus.
The five mathematical operators are:
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
LinkedList » CCommand_printf » QBasicFAQ » CFclose » BeginnersGuideToPython_Functions » CPP-Beginners-Tutorial » CppTrue » joystick » CSharpFAQ » CppBoostPropertyMap » CppPlusOperator
(C++) + operator
The plus operator is used to add two values.const double x = 1.5 + 2.6; const int y = 2 + 4;
Its opposite operator is the minus operator, -.
There is also a STL functors called std::plus.
The five mathematical operators are:
- +, plus operator
- -, minus operator
- *, multiply operator
- /, divide operator
- %, modulus operator
'Plus operator' links
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
