How much a vector can store?
ATL / WTL / STL
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, I want know that what is the max size of a vector. How much a vector can store Data. Is there any limit or not?. Thanks
Pankaj Jain
-
Hi, I want know that what is the max size of a vector. How much a vector can store Data. Is there any limit or not?. Thanks
Pankaj Jain
The only limit is the amount of memory that can be allocated, which will depend on a) the amount of memory you have installed in your PC (as the amount of physical RAM affects the size of the page-file), and b) the other processes you have running. On 32-bit Windows 2000 and XP, the absolute maximum limit will be something under 2GB, I guess.