Код: Выделить всё
int Name = 0;
class Name
{
int x[2];
};
void func()
{
std::cout
Подробнее здесь: [url]https://stackoverflow.com/questions/71049612/overloading-class-name-with-integer-variable[/url]Код: Выделить всё
int Name = 0;
class Name
{
int x[2];
};
void func()
{
std::cout
Подробнее здесь: [url]https://stackoverflow.com/questions/71049612/overloading-class-name-with-integer-variable[/url]