Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
C++
What does it mean with infix
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="rossum, post: 1537885"] Infix, prefix and postfix are about the relative positioning of an operator and its operand(s). For binary operators (two operands) this looks like: prefix: + 1 2 infix: 1 + 2 postfix: 1 2 + (sometimes called "reverse Polish notation") HTH rossum The ultimate truth is that there is no ultimate truth [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
C++
What does it mean with infix
Top