| | for loop stack overflow
|
| THis may be a dumb question on my part, but we are getting stack overflows on for loops such as for(int i = 0;i<1000;i++){...} when using values over 100 or so. Is this an 8bit counter thing or something else? Thanks, Owen Popplestone (25 years ago, 20-Oct-99, to lugnet.robotics.handyboard)
| | | | Re: for loop stack overflow
|
| Owen, IC integers are signed 16-bit values ... - Nick - (...) (25 years ago, 21-Oct-99, to lugnet.robotics.handyboard)
| | | | Re: for loop stack overflow
|
| owen, what's inside the loop. i don't see any probl with the for loop itself. fred In your message you said: (...) (25 years ago, 21-Oct-99, to lugnet.robotics.handyboard)
| |