Re: Vector Question for Newbie

From: Paul P (paulpigott_at_earthlink.net)
Date: 01/05/04


Date: 5 Jan 2004 05:45:42 -0800

todd.corley@rulespower.com (Todd Corley) wrote in message news:<fc1bdeb4.0312310636.3918b654@posting.google.com>...
> The code you posted does not support there being a problem in the
> vectors behavior.
>
> What would cause the behavior shown is static member variables inside
> your CommMessages class.
>
> Just a guess,
> Todd

You nailed it. Thanks for everyone's help. My class had static
members in it and removing the "static" fixed it perfectly. Thanks
again for everyone's help.

Paul