Page 1 of 1

Question about structures

Posted: Tue Feb 20, 2018 2:15 am
by CharlesT
Does it consume memory to define a structure, or only when an instance of the structure is created?

Re: Question about structures

Posted: Tue Feb 20, 2018 3:37 am
by Demivec
CharlesT wrote:Does it consume memory to define a structure, or only when an instance of the structure is created?
It does not consume any memory to define a structure.

Re: Question about structures

Posted: Wed Feb 21, 2018 1:54 am
by CharlesT
Thank you again!