Nicolas Guillemot:
Classes are instanciated with new, structs are not.
structs are created with new if you want them on the heap. Bye, bearophile
Nicolas Guillemot:
Classes are instanciated with new, structs are not.
structs are created with new if you want them on the heap. Bye, bearophile