Ask your own question, for FREE!
Computer Science 8 Online
OpenStudy (y1066380):

Is there a max array length limit in C++ and JAVA? Pascal limited the max. number of array to 255, is it the same in C++ and JAVA?

OpenStudy (opcode):

C++ itself has no limit to the length an array can be, there is however machine limit. (i.e. limited size by hardware or operating system or the compiler.) It is recommend that you use std::vector instead of C++ arrays (avoid dynamic arrays).

OpenStudy (anonymous):

nope

OpenStudy (y1066380):

Thanks!

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!