Tagged Questions
4
votes
3answers
226 views
Maximum number of fields for a C++ object
This answer states that in Java the maximum number of fields an object may have is 65536.
Is there any such limit imposed on an object in C++?