It sure is something simple, but I researched and did not understand how to do.
If I have, for example, the following class with two variables:
class x {
public:
int var1, var2;
};
I want to create a vector of this class, so I...
asked by
29.05.2018 / 01:54