#Can this attribution Object* objects = new Object[0] be the cause the program returns -189...etc?

1 messages · Page 1 of 1 (latest)

spring kernel
#

up!

coarse leaf
#

allocating a size of zero is implementation defined afaik

#

just dont do it

strange token
#

yeah this just seems silly to do in the first place

#

and you could also just use std::vector here what would solve issues for you as well

spring kernel
#

!solved