I need create 220 object. The normal creation is like the code below; Is there any way more easy to create them? maybe a for Loop...
const int ID_box1 = 1;
box1 = new Boxes(ID_box1, position(10,10);
box1->Append("option 1");
box1->Append("option 2"); etc..
// each box have 80 options: