stringprocess p,*k;
 k=&p;
 int stringprocess:: *s=&stringprocess::len;
 k->*s=7;
 cout<<k->len<<endl;
 
posted on 2011-03-15 19:59  finallyly  阅读(324)  评论(0编辑  收藏  举报