0
Conecting UI to C++
I know that compiled c++ program run on the cmd I want to know is any way to conect UI languages like xml to c++ program. please help
2 Antworten
+ 6
Check out Qt, a cross platform GUI library or Visual C++, a modified version of C++ used by some windows GUI apps.
+ 1
Thx
but another question:
I want to know how it works?
I have some experience with android programming (via android stadio) and I know that java conect to xml in android app.
my question is how they conect each other? how java understand xml code (like item's id)??