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

Asked

Viewed 224 times

3

I’d like to know how to make apps with C and C++ GUI. I know logic, like if/Else loops, while, for, swith and while remain the same, but I would like to know how to make a window, button, and something interactive. Linux Usage Ubuntu 14.04 LTS.

  • For C, you can use IUP: Click on me

1 answer

3


Partner, this will help you: http://www.qt.io/developers/ Just studying, figuring out how it works and getting your hands dirty.

QT is worldwide used for desktop software development, as it is also possible to develop for android with QT. Good studies.

  • They also use QT to develop KDE and Razor-Qt, it is not?

  • 1

    That, many software that we use has this guy in the middle. You can do a lot of cool stuff with QT. Note that it even accepts CSS to beautify desktop applications.

  • It is necessary to have the QT installed on the machine that will run the application or only on the machine to make the code?

Browser other questions tagged

You are not signed in. Login or sign up in order to post.