Actual firstime cellNextCounter value is =0 but second time when cplane->cellAmount value and other value is incremented but that time cellNextCounter value is still zero so in gdb dump is taking pointer to that line.
cellNextCounter++ so i cann't able to find why it is not incrementing . On Thu, Oct 1, 2009 at 2:57 PM, johnmatthews2000 <[email protected]> wrote: > > > --- In [email protected] <c-prog%40yahoogroups.com>, Ravi Mishra > <ravics...@...> wrote: > > > > It is not working.cellNextCounter value is not incremented > > Sorry - is the problem just that cellNextCounter is not being incremented, > or that your program is crashing (you said you were getting a dump)? > > If it's just that cellNextCounter is not being incremented, and you think > it should be, then presumably it is because the condition in the while() > loop is never true - did you see my first post? > > If it's not that, which part of the condition is false which you think > should be true? > > > [Non-text portions of this message have been removed]
