0_0_17335033_12104.cpp: In function 'bool cmp(nameNode*, nameNode*)':
0_0_17335033_12104.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_17335033_12104.cpp: In function 'int main()':
0_0_17335033_12104.cpp:75:44: error: 'memset' was not declared in this scope
memset(peoples,NULL,sizeof(peoples));
^
|