QuantumG wrote:


   x = foo + y();


oops, that should be:

   x = foo + (*y)();

which admitably is painful. Alternatively you can make a tempory to hold the parameter..

Of course, this is all silly and you shouldn't do it in normal code.

Trent
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to