Cagliostro
Programmer
class x
{
public:
x(){x y;}//non allowed instanciating of x in ctor
};
when you will try to instanciate x, you will get stack overflow. Visual C++ don't say any errors or warnings. John Fill
ivfmd@mail.md
{
public:
x(){x y;}//non allowed instanciating of x in ctor
};
when you will try to instanciate x, you will get stack overflow. Visual C++ don't say any errors or warnings. John Fill
ivfmd@mail.md