Re: Problem of Pass by Reference in C++

From: jeffc (nobody_at_nowhere.com)
Date: 12/15/03


Date: Mon, 15 Dec 2003 15:13:28 -0500


"Dan Cernat" <dcernat@excite.com> wrote in message
news:aab4eb08.0312150829.2c3fa2f0@posting.google.com...
>
> int &a;
> and
> int& a;

By the way, that's not what he meant (I don't think.) He was talking about
the return type vs. the parameter type.