Oct 14, 2019 at 7:14pm
I’m not a senior but I can see you’re trying to initialize a char [12] to a char[12][3]
Oct 14, 2019 at 10:46pm
Line 3 would work if you were creating a std::string array.
A 2D char array, as highwayman said, is what you are trying to create.