I made an array [day] [time], but I get an error initializing it.
I get this error and I do not know how to fix it
error : attribute
The code looks like this:
struct horario{
char M[8][40] = {{"X 8 9 10 11 12 13 14 15 16 17 18 19 20"},
{"S"},
{"T"},
{"Q"},
{"Q"},
{"S"},
{"S"},
{"D"} };
};