How can I implement this programmatically as an interface in C++?
Let’s say there is a matrix 5×5 10×10 20×20, etc., it contains only numbers that need to be replaced with letters of the English alphabet, and, if possible, try to make words and/or sentences from them.
Has anyone done similar research? I still lack the experience and imagination to create software of such complexity.