+ 2
How to develop GUI programs using C++
Hi, Is there any way that i can develop GUI with the use of drag and drop. While doing back end programming using C++. If there is , Can somebody please provide me with a tutorial to where I can learn it. I have recently learned C++. but i have only been making CLI programs. I wanna perfect my c++ understanding before moving to another language.
3 Respostas
+ 7
There are ton of frameworks like WXwidgets, openGL and QT(already mentioned by Jakub Stasiak )
Try this video to see how it's done
https://youtu.be/FOIbK4bJKS8
+ 6
Check out QT - it's the most popular gui maker, it enables you to play with drag n drop and then you program those buttons using cpp. Just Google QT tutorial and you'll get ton of YouTube videos
+ 4
GTK3 is also popular