0_0_28159610_25857.cpp: In function 'int comp1(const void*, const void*)':
0_0_28159610_25857.cpp:24:25: error: 'strcmp' was not declared in this scope
return strcmp(A->a,B->a);
^
0_0_28159610_25857.cpp: In function 'int comp2(const void*, const void*)':
0_0_28159610_25857.cpp:31:25: error: 'strcmp' was not declared in this scope
return strcmp(A->b,B->b);
^
0_0_28159610_25857.cpp: In function 'void Search(char*, int, int, int)':
0_0_28159610_25857.cpp:43:25: error: 'strcmp' was not declared in this scope
if(strcmp(s,d[1][m].b)==0)
^
0_0_28159610_25857.cpp:45:31: error: 'strlen' was not declared in this scope
for(i=1;i<strlen(d[1][m].a)-1;i++)
^
0_0_28159610_25857.cpp:63:25: error: 'strcmp' was not declared in this scope
if(strcmp(s,d[0][m].a)==0)
^
0_0_28159610_25857.cpp: In function 'int main()':
0_0_28159610_25857.cpp:86:24: error: 'strcmp' was not declared in this scope
if(strcmp(str,"@END@")==0)
^
0_0_28159610_25857.cpp:94:21: error: 'strlen' was not declared in this scope
while(i<strlen(str))
^
0_0_28159610_25857.cpp:98:26: error: 'strcpy' was not declared in this scope
strcpy(d[1][cnt].a,str1);
^
|