0_0_28909683_3671.cpp: In function 'int main()':
0_0_28909683_3671.cpp:17:23: error: 'strcmp' was not declared in this scope
if(strcmp("Caps", a) == 0)
^
0_0_28909683_3671.cpp:25:24: error: 'strcmp' was not declared in this scope
if(strcmp("Shift", a) == 0)
^
|