(sorry! if you know any other mailing list i should send, pls tell me) why the program below is wrong?
class t
{public :
static char *p;
};
char t::*p;
main()
{t k;
k.p="";
}
i'll leave the list soon,pls reply to [EMAIL PROTECTED]
(sorry! if you know any other mailing list i should send, pls tell me) why the program below is wrong?
class t
{public :
static char *p;
};
char t::*p;
main()
{t k;
k.p="";
}
i'll leave the list soon,pls reply to [EMAIL PROTECTED]