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