0_0_14995281_29733.cpp: In function 'int main()':
0_0_14995281_29733.cpp:35:28: error: 'strlen' was not declared in this scope
Num a(val_1, strlen(num_1));
^
0_0_14995281_29733.cpp: In function 'void turn(char*, int*)':
0_0_14995281_29733.cpp:101:23: error: 'strlen' was not declared in this scope
for (int i = strlen(a) - 1; i >= 0; i--)
^
|