Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Normal
sorry to ask but how do i declare an array of classes with constructors.en example class would be:class box{public:int x, y, h, w;box(int o_x, int o_y, int o_w, int o_h);};
sorry to ask but how do i declare an array of classes with constructors.
en example class would be:
class box
{
public:
int x, y, h, w;
box(int o_x, int o_y, int o_w, int o_h);
};