Regarding the C function floor, it's not part of the PalmOS library, you'll have to use MathLib. You can try searching for it in PalmGear under the development section.
On 24 Nov 2002 at 22:08, Roger Womack wrote: > I'm trying to overload the '!=' operator thus :- > bool operator != (const CFoo& s1, const CFoo& s2); > > but the compiler gives the following :- > > Error : illegal 'operator' declaration > stdafx.h line 50 bool operator != (const CFoo& s1, const CFoo& s2); > > Can anyone please tell me what I'm doing wrong? > > Also what include file do I need for the C function double floor( > double x ); ? > > Roger > > > > -- > For information on using the Palm Developer Forums, or to unsubscribe, > please see http://www.palmos.com/dev/support/forums/ > > John Leung [EMAIL PROTECTED] http://persweb.direct.ca/jleung -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
