0_0_13801808_8684.cpp: In function 'bool GetNext(char*, int&, char*)':
0_0_13801808_8684.cpp:56:22: error: 'strlen' was not declared in this scope
int len = strlen(STR);
^
0_0_13801808_8684.cpp: In function 'void GetTrueStr(char*)':
0_0_13801808_8684.cpp:107:22: error: 'strlen' was not declared in this scope
int len = strlen(str);
^
0_0_13801808_8684.cpp: In function 'int main()':
0_0_13801808_8684.cpp:139:41: error: 'memset' was not declared in this scope
memset(OperStack, 0, sizeof(OperStack));
^
0_0_13801808_8684.cpp:147:19: error: 'strlen' was not declared in this scope
len = strlen(STR);
^
0_0_13801808_8684.cpp:179:36: error: 'strcpy' was not declared in this scope
strcpy(b, NumStack[--NumTop]);
^
0_0_13801808_8684.cpp:189:36: error: 'strcpy' was not declared in this scope
strcpy(b, NumStack[--NumTop]);
^
0_0_13801808_8684.cpp:216:35: error: 'strcpy' was not declared in this scope
strcpy(b, NumStack[--NumTop]);
^
0_0_13801808_8684.cpp:244:35: error: 'strcpy' was not declared in this scope
strcpy(&PutToNumStack[1], ans);
^
0_0_13801808_8684.cpp:246:31: error: 'strcpy' was not declared in this scope
strcpy(PutToNumStack, ans);
^
0_0_13801808_8684.cpp:248:45: error: 'strcpy' was not declared in this scope
strcpy(NumStack[NumTop++], PutToNumStack);
^
0_0_13801808_8684.cpp:252:31: error: 'strcpy' was not declared in this scope
strcpy(a, NumStack[--NumTop]);
^
|