Development logic of a virtual keyboard in c [closed]

2

I create a array containing the 127 characters ascii eg list(char(0, 1, 2, 3, 4, ...)) and add an identifier with each key with each item in the list - corresponding to their respective values.

Implement the ALFA NUMERICO and LOWERCASE functions in the program, create a graphical interface and put it to run within loop .

The logic of the program would be this, I think I could develop a prototype in Python , but, would like an example in c .

Anyone who wants to cope will leave the github repository link

    
asked by anonymous 23.05.2016 / 02:36

0 answers