How to develop GUI programs using C++ | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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.

19th Nov 2019, 7:15 AM
Huzaifa Imran
Huzaifa Imran - avatar
3 Answers
+ 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
19th Nov 2019, 8:19 AM
Arsenic
Arsenic - avatar
+ 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
19th Nov 2019, 7:40 AM
Jakub Stasiak
Jakub Stasiak - avatar
+ 4
GTK3 is also popular
19th Nov 2019, 8:20 AM
Aymane Boukrouh
Aymane Boukrouh - avatar