阅读背景:

按元素排序结构列表

来源:互联网 

I have got a struct like below:

我有一个如下结构:

struct Man 
{
  string surname;
  string name;
  char sex;
  int birth_year;
  int age;
  Man * next;
};
s



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: