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.
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.
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?
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 c c++
You are not signed in. Login or sign up in order to post.
For C, you can use IUP: Click on me
– user13521