On Friday 25 May 2007 15:53:03 Peter Kümmel wrote: > #include <iso646.h> not there.
In C++ it should be #include <ciso646> And this file has: /** @file ciso646 * This is a Standard C++ Library file. You should @c #include this file * in your programs, rather than any of the "*.h" implementation files. * * This is the C++ version of the Standard C Library header @c iso646.h, * and its contents are (mostly) the same as that header, but are all * contained in the namespace @c std (except for names which are defined * as macros in C). */ -- José Abílio