stringprocess p,*k;
 k=&p;
 int stringprocess:: *s=&stringprocess::len;
 k->*s=7;
 cout<<k->len<<endl;
 

相关文章:

  • 2021-09-27
  • 2021-07-25
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2023-02-16
  • 2022-01-05
  • 2021-08-14
  • 2022-01-30
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案