[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

? about C++



(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 softguy@citiz.net





Reply to: