Hi > But for grey areas, such as order of parameter evaluation as this all > stemmed from, DON'T RELY ON ANYTHING. Programmers write code. > Compilers optimise code. Stop trying to do the compiler's job by > trying to save a few poxy lines of code, and make it explicit, and > impossible to be treated ambiguously.
That's my point. operator< I'm happy to rely on, but strcpy doesn't appear to be part of the C++ standard (I can't find it in the index) and technically it's part of C, not C++. 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.
