cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
String
String
Dec 3, 2011 at 8:44pm UTC
meiji
(2)
What is the maximum number that can be placed when booking an array?
Example "array [?];"
Because if the number is very large, with c2 becomes negative. I want know the maximun positive number I can put.
Thanks
Dec 3, 2011 at 8:46pm UTC
LB
(13399)
It depends on your compiler and target operating system.
Dec 3, 2011 at 9:13pm UTC
Duthomhas
(13200)
If you are trying to index something that large, then chances are you are doing something wrong.
What exactly are you trying to accomplish? Perhaps we can suggest a better way.
Topic archived. No new replies allowed.