0_0_1834694_27216.cpp: In function `int main()':
0_0_1834694_27216.cpp:24: error: request for member `str' in `cs', which is of non-class type `Course[16]'
0_0_1834694_27216.cpp:24: error: request for member `dead' in `cs', which is of non-class type `Course[16]'
0_0_1834694_27216.cpp:24: error: request for member `t' in `cs', which is of non-class type `Course[16]'
0_0_1834694_27216.cpp:28: error: incompatible types in assignment of `const int' to `int[32768]'
0_0_1834694_27216.cpp:29: error: incompatible types in assignment of `int' to `int[32768]'
0_0_1834694_27216.cpp:40: error: invalid conversion from `int*' to `int'
0_0_1834694_27216.cpp:44: error: ISO C++ forbids comparison between pointer and integer
0_0_1834694_27216.cpp:46: error: invalid conversion from `int*' to `int'
0_0_1834694_27216.cpp:61: error: invalid types `Course[16][int[16]]' for array subscript
|