Very true.
I was just curious.
I'm generally more sparing on my use of structs.

Nevertheless, I still want to know the maximum size of a struct or if there
is no size limit, the optimal size of a struct.


On 6/21/07, Chris Anderson <[EMAIL PROTECTED]> wrote:

> Does anyone know the maximum size of a struct that can be used in the
> Framework without having these issues?

The general rule of thumb is : If you're worrying about the maximum size
of a struct, it's already too big!

Structs were designed to be used for small lightweight data types (like
Point, Rectangle, etc)

===================================
This list is hosted by DevelopMentor(r)  http://www.develop.com

View archives and manage your subscription(s) at
http://discuss.develop.com


===================================
This list is hosted by DevelopMentorĀ®  http://www.develop.com

View archives and manage your subscription(s) at http://discuss.develop.com

Reply via email to