Re: i have run into a problem... [message #213252 is a reply to message #213132] |
Mon, 14 August 2006 16:46   |
 |
danpaul88
Messages: 5795 Registered: June 2004 Location: England
Karma:
|
General (5 Stars) |
|
|
Also, your code says while(l), but as far as I can see you have not initialised l... you probably need to do
int l = 1;
or something before starting the while loops (unless its defined in one of those include files)
EDIT: And yes, that code would produce an infinite loop.
[Updated on: Mon, 14 August 2006 16:46] Report message to a moderator
|
|
|