| | Re: problems with creating arrays of larger sizes Michael Obenland
| | | (...) This won't work for sure. If you look into the kernel sources, DEFAULT_STACK_SIZE gives the value for every user program's stack. Actually, this is 1KByte, if I remeber it right. Your character array will be allocated on the stack and so you (...) (21 years ago, 17-May-04, to lugnet.robotics.rcx.legos)
| | | | | | | | RE: problems with creating arrays of larger sizes Elizabeth Mabrey
| | | | | (...) Need to understand the difference how array and pointers are being allocated ... And char is usually one or two bytes, depending on type of procesor; and pointer is usually 4 bytes, unless you go to 64-bit processor ... If you wish to utilize (...) (21 years ago, 18-May-04, to lugnet.robotics.rcx.legos)
| | | | | | |