R. Clayton (rclayton@monmouth.edu)
(no date)
The assignment has
Operators can be any of the standard C++ binary operators except for the
short-circuit operators && and ||; see Appendix A of Deitel and Deitel for
details. Assume there is a functional unit for each operator.
that is, + - ^ & % / and so on. What's the assembler-like operator name for
those C++ binary operators?
It's "+", "-", "^", and so on (without the double quotes); I've clarified the
assignment page to make that clear. Apologies for the confusion.
This archive was generated by hypermail 2.0b3 on Mon May 03 2004 - 17:00:06 EDT