Index: [thread] [date] [subject] [author]
  From: Huned M. Botee <huned.botee@duke.edu>
  To  : 
  Date: Mon, 01 Feb 1999 03:49:17 +0000

Re: Question...

"Philip K. Warren" wrote:
> Ok - I can assign and reassign variables without problems.  However I
> run into trouble when our variables recalculate themselves behind the
> scenes.  For instance, the assignment reads:
> ...
> 
> My variable c continues to output 0 until it is reassigned.  I'm using a
> map of strings->(pointers to Expressions) to represent my variables.
> Thanks for any help you can give.

I can't really make any outright suggestions except that you should
consider using the debugger (DDD or GDB) to track your assignments to
see exactly where the problem is.

GOod luck.
--huned

Huned M. Botee, UTA
huned.botee@duke.edu


Index: [thread] [date] [subject] [author]