Question about structures
Posted: Tue Feb 20, 2018 2:15 am
Does it consume memory to define a structure, or only when an instance of the structure is created?
http://www.purebasic.com
https://www.purebasic.fr/english/
It does not consume any memory to define a structure.CharlesT wrote:Does it consume memory to define a structure, or only when an instance of the structure is created?