is the same as an array? i have a Jagged Arrays like the next one:
double numbers[][]=numbers[a][]
where "a" can be any number. how can i find out the maximum size for the jagged array.
i have read that it has been limited by the amount of memory or virtual memory available but how can i calculate this if mi PC has a 8 GB in RAM memory.
my main goal is to find out how much memory my program is using but i have no idea how to began to find the amount of physical or virtual memory been used