Code: Select all | Expand
char Array[ 68000000 ][ 5 ];
int main()
{
return 0;
}
I get the followin error message:
Code: Select all | Expand
Fatal: Out of memory
EMG
Code: Select all | Expand
char Array[ 68000000 ][ 5 ];
int main()
{
return 0;
}
Code: Select all | Expand
Fatal: Out of memory