In C++, using the containers from STL, we can figure out the maximum number of
elements that the vector container can hold using 'vector.max_size()'. This
gives the maximum potential size the vector could reach due to system or
library implementation limitations.
I would like to ask is there someway I can find out the maximum allowed size
of the IT++ vector object.
Thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
In C++, using the containers from STL, we can figure out the maximum number of
elements that the vector container can hold using 'vector.max_size()'. This
gives the maximum potential size the vector could reach due to system or
library implementation limitations.
I would like to ask is there someway I can find out the maximum allowed size
of the IT++ vector object.
Thanks