It would be great if you could help me here: I create objects as an array
Class object[3];
but I don't know how to pass parameters by creating objects this way. If only one object would be created, the code would look like this:
Class object("Text", val);
The rest is managed by the constructor. Thanks in advance for your ideas!