View previous topic :: View next topic |
Author |
Message |
Little-Acorn
Joined: 06 Jul 2008 Posts: 111 Location: San Diego
|
Posted: Tue Dec 25, 2012 3:47 am Post subject: Any limit in SCC to the size of strings, or of integer array |
|
|
Merry Christmas!
Yes, I'm doing this even on Christmas Eve. "The Polar Express" starts in 15 minutes.
To the subject:
In the SCC compiler, is there any limit to the size of character arrays (strings), or any limit to the size of other arrays such as integer arrays or array of structures? Or are they limited by only your computer's memory size (3GB??) ?
Ho ho ho! |
|
Back to top |
|
 |
PaulLaidler Site Admin
Joined: 21 Feb 2005 Posts: 8210 Location: Salford, UK
|
Posted: Wed Dec 26, 2012 11:59 am Post subject: |
|
|
The only limit is provided by the operating system. On 32 bit operating systems this is usually about 1.7 GB unless you use the /3GB switch on booting up and when using SLINK. |
|
Back to top |
|
 |
|