So like... klass *objects=new klass[32]; //I understand that the default constructor gets called But I'd like to initialize the objects with parameters(non-default constructor) which I read from a file. Is that possible? Also I'd like to stay away from for now >_>.