I'd like to know how to do apps with GUI in C and C ++. I know logic, like if / else, while, for, swith, and while loops remain the same, but I'd like to know how to do a window, a button, and something interactive. Use Linux Ubuntu 14.04 LTS.
I'd like to know how to do apps with GUI in C and C ++. I know logic, like if / else, while, for, swith, and while loops remain the same, but I'd like to know how to do a window, a button, and something interactive. Use Linux Ubuntu 14.04 LTS.
Partner, this will help you: link Just study, understand how it works and stick your hand in the dough.
QT is globally used for desktop software development, as it is also possible to develop for android with QT. Good studies.