|
Re: Array Problems: Possible<stdio.h>
When the array is stored in the ROM does that mean the array has to be global? I had a smoothing function last year but i just called the array like so: motor1 = smooth[joy]; However, this year i wanted to put it in function and i kept getting errors saying the stack size was too large. I have a feeling this is due to a variable's scope in a function. Could i use static to place the variables in a function?
__________________
2003 - National Rookie All-stars
2003 - Great Lake Rookie All -stars
|