CompuServe Messages

#Array filling problem

    09-Nov-94 14:21:54
Fm: Steve Ahlstrom 76703,2006
To: Henry Williams 73527,1446
It doesn't make any difference if your array is global or not. In your initialize routine allocate the memory needed and in your shutdown routine free it — your array will no longer use the stack because it'll have it's own dedicated memory.