LHR010NEW巴克莱超级足球联赛.pptVIP

  • 3
  • 0
  • 约2.23万字
  • 约 57页
  • 2018-03-11 发布于天津
  • 举报
LHR010NEW巴克莱超级足球联赛.ppt

Mystring类(6) int operator(const MyString s1, const MyString s2) // ,==, 号的重载 { if(strcmp(s1.p,s2.p) 0) { return 1; } else { return 0; } } int operator==(const MyString s1, const MyString s2) { if(!strcmp(s1.p, s2.p)) { return 1; } else { return 0; } } int operator(const MyString s1, const MyString s2) { if(strcmp(s1.p, s2.p) 0) { return 1; } else { return 0; } } Mystring类(7) int CompareString(const void * e1, const void * e2) // 字符串比较函数 { MyString * s

文档评论(0)

1亿VIP精品文档

相关文档