0_0_35350536_23004.cpp: In function 'int cmp1(const void*, const void*)':
0_0_35350536_23004.cpp:71:34: error: 'strcmp' was not declared in this scope
return strcmp(a->Name,b->Name);
^
0_0_35350536_23004.cpp: In function 'int cmp2(const void*, const void*)':
0_0_35350536_23004.cpp:111:34: error: 'strcmp' was not declared in this scope
return strcmp(a->Name,b->Name);
^
0_0_35350536_23004.cpp: In function 'int cmp3(const void*, const void*)':
0_0_35350536_23004.cpp:119:34: error: 'strcmp' was not declared in this scope
return strcmp(a->Name,b->Name);
^
0_0_35350536_23004.cpp: In function 'int main()':
0_0_35350536_23004.cpp:145:32: error: 'strcmp' was not declared in this scope
if (strcmp(C,"gold")==0)
^
0_0_35350536_23004.cpp:163:39: error: 'strcmp' was not declared in this scope
if (strcmp(s[j].Name,S)==0)
^
0_0_35350536_23004.cpp:188:64: error: 'strcpy' was not declared in this scope
strcpy(s[j].Mteam[s[j].Team_Len].Name,T);
^
0_0_35350536_23004.cpp:204:44: error: 'strcpy' was not declared in this scope
strcpy(s[School_Len].Name,S);
^
0_0_35350536_23004.cpp:220:39: error: 'strcmp' was not declared in this scope
if (strcmp(h[j].Name,D)==0)
^
0_0_35350536_23004.cpp:235:42: error: 'strcpy' was not declared in this scope
strcpy(h[Host_Len].Name,D);
^
|