0_0_20935754_29914.cpp: In function 'int match_name(char*)':
0_0_20935754_29914.cpp:12:29: error: 'strcmp' was not declared in this scope
if(strcmp(str,name[i])==0)
^
0_0_20935754_29914.cpp:14:23: error: 'strcpy' was not declared in this scope
strcpy(name[n],str);
^
0_0_20935754_29914.cpp: In function 'void str_convert(char*)':
0_0_20935754_29914.cpp:23:25: error: 'strlen' was not declared in this scope
for(i=0;i<strlen(str);)
^
0_0_20935754_29914.cpp: In function 'int main()':
0_0_20935754_29914.cpp:74:31: error: 'memset' was not declared in this scope
memset(map,0,sizeof(map));
^
0_0_20935754_29914.cpp:79:34: error: 'strcmp' was not declared in this scope
if(strcmp(str,"GRAPH END")==0) break;
^
0_0_20935754_29914.cpp:89:31: error: 'strcmp' was not declared in this scope
if(strcmp(str1,"GRAPH")==0 && strcmp(str2,"BEGIN")==0) break;
^
|