Hi > >> No, C and C++ evaluate parameters right to left. > > > >Wrong. C and C++ evaluate parameters in any order they choose to > >(left-to-right, right-to-left, or random). > > I guess you are not that familiar with compilers.
What's that supposed to mean? In the presence of the standard, it is almost irrelevant what a compiler does. It still stands that you shouldn't rely on the behavior of a particular compiler if it doesn't support something specified in the standard. Do you have a copy of the standard, Phil? Regards Paul Paul Grenyer Email: [EMAIL PROTECTED] Web: http://www.paulgrenyer.co.uk Have you met Aeryn: http://www.paulgrenyer.co.uk/aeryn/? Version 0.3.0 beta now available for download.
