On 10/11/2010 10:31 AM, Aaron Smith wrote:

But the real fun comes in getting the job done in a single line:

c = a = b

That line has the potential to be badly misread by those of us who spend much of our lives wallowing in C++. In deference to us, can you at least make it

c = (a=b)

Reply via email to