A89: Re: Crashing Program


[Prev][Next][Index][Thread]

A89: Re: Crashing Program




Hi!

| As all of you might know by now I have started programming using ti-gcc.
I
| just have one more question for the time being.  Why is it that my program
| crashes when I try to use it a second time?  When i run it once it works
but
| when I run it again, it crashes.

This might be due to global variables.  If you change them, they are kept in
memory even after the program quits.  The next time you run the program,
they have the value they last had.

Hope this helps.  Bye,
Sebastian




References: