>Subject: Re: Allocating memory without globals... >From: DIAMOND JEFF <[EMAIL PROTECTED]> >Date: Thu, 22 Feb 2001 23:46:11 -0500 >Is it possible that normal C++ classes and decendants (without > actually virtual functions) can cause the use of globals? >I've had a heck of a time getting any C++ functions worknig >without being told i'm accessing globals in some obscure way. >What aspects of classes are implemented as globals? Some people manage to use C++ even under constraints where no globals are allowed, but it is tricky. I'd recommend you not use classes when globals are not allowed. Roger Stringer Marietta Systems, Inc. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
