I use apple's x code, my system is OS X 10.4.11
Im getting a warning you must be familiar:
"#ifdef __DEPRECATED
#warning This file includes at least one deprecated or antiquated header. \
Please consider using one of the 32 headers found in section 17.4.1.2 of the \
C++ standard. Examples include substituting the <X> header for the <X.h> \
header for C++ includes, or <iostream> instead of the deprecated header \
<iostream.h>. To disable this warning use -Wno-deprecated.
#endif'
I followed the advice and zapped the ".h" and I got 10 or more errors!
I put back the deprecated <iostream.h> and got only the warning.
HELP!
ION