Hello ! I want to make Braille's translator. Letter in Braille is in an array[2][3]. For example:
I want to find points where dots are which make a letter and then push it to two dimensional array to compare it with arrays which contain schema of letters in the same way and save found letter to file.
I have a problem because I don't know how to push found dots to array in proper way. Is there any solution or function to make this ?
I write in C++.