Hi David, David Bertoni <[EMAIL PROTECTED]> writes:
> I don't think so. I looks like your platform has defined "not" as a macro > for "!" and that's causing problems with the local variable "not." 'not' is an alternative token for '!' in ISO C++ and can't be used as a variable name. -boris -- Boris Kolpackov Code Synthesis Tools CC http://www.codesynthesis.com Open-Source, Cross-Platform C++ XML Data Binding
