typedef class OxfordShirtInfo* OxfordShirt;
OxfordShirt shirt = new OxfordShirtInfo(49.99, "Navy blue", 15, 33);
OxfordShirtInfo(double p, string c, int n, int s) ...