Kuraisa, Roy wrote:- > In our c++ code, some folks use the "not", "and" keywords instead of "!" and > "&&". However, the only way to get these defined is to use the -ansi > switch. I don't think they're macros, they're actually the same operator with a different spelling. GCC 3.0 handles this properly. Neil.