0_0_16988290_30890.cpp: In function 'bool cmp(nameNode*, nameNode*)':
0_0_16988290_30890.cpp:56:33: error: '::strcmp' has not been declared
else if(x->age == y->age && ::strcmp(x->name,y->name)<0 )//按照字段来排序 意味着 a > aa > ab >ac >b
^
0_0_16988290_30890.cpp: In function 'int main()':
0_0_16988290_30890.cpp:75:44: error: 'memset' was not declared in this scope
memset(peoples,NULL,sizeof(peoples));
^
|