How to make graphical applications in C and C ++?

3

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.

    
asked by anonymous 12.06.2015 / 03:33

1 answer

3

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.

    
12.06.2015 / 04:35