Maximum size

K

karthikbalaguru

Hi,
What could be the Maximum size of a Class ?
Is there any limit on it ?

Thx in advans,
Karthik Balaguru
 
I

Ivan Vecerina

: What could be the Maximum size of a Class ?
: Is there any limit on it ?

In brief: this is implementation-dependent,
check the documentation of your compiler/platform.

Every platform may define its own limits. A 32k object size,
for example, may be common on processors providing a 16-bit
register-offset addressing.

The C++ standards recommends (in its informative Annex B)
an allowed object size of at least 262144, but this is not
required for a C++ platform to be compliant.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,776
Messages
2,569,603
Members
45,189
Latest member
CryptoTaxSoftware

Latest Threads

Top