class Myclass { private char *name; int ID; float xsize; float ysize; Myclass *next; ... C++ calls a class's constructor (if there is one) after creating a new instance of ...
www.cs.hmc.edu