home *** CD-ROM | disk | FTP | other *** search
- This strange looking statement has the effect of assigning the
- value 5 to x. Because change_int() returns a reference to its
- argument, the function can appear on the left side of an
- assignment operator. When change_int() is called, it returns a
- reference to x. The value 5 is assigned to this reference.
-