0_0_13813235_19841.cpp:1:9: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_13813235_19841.cpp:3:9: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_13813235_19841.cpp:5:9: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_13813235_19841.cpp:14:4: error: missing terminating " character
strcpy(str[0],"When Winter
^
0_0_13813235_19841.cpp:15:1: error: missing terminating " character
Fades");
^
0_0_13813235_19841.cpp:20:4: error: missing terminating " character
strcpy(str[2],"Tin O
^
0_0_13813235_19841.cpp:21:1: error: missing terminating " character
O");
^
0_0_13813235_19841.cpp:35:4: error: missing terminating " character
strcpy(str[7],"Honey
^
0_0_13813235_19841.cpp:36:1: error: missing terminating " character
Honey");
^
0_0_13813235_19841.cpp: In function 'int main()':
0_0_13813235_19841.cpp:15:1: error: 'Fades' was not declared in this scope
Fades");
^
0_0_13813235_19841.cpp:21:1: error: 'O' was not declared in this scope
O");
^
0_0_13813235_19841.cpp:27:25: error: 'strcpy' was not declared in this scope
strcpy(str[4],"Stefanie");
^
0_0_13813235_19841.cpp:36:1: error: 'Honey' was not declared in this scope
Honey");
^
0_0_13813235_19841.cpp:46:14: error: 'scanf' was not declared in this scope
scanf("%d",&t);
^
0_0_13813235_19841.cpp:49:37: error: 'printf' was not declared in this scope
printf("Best wishes to Stefanie\n\n");
^
|