I am working on a project in c++. And I have to creat a gui interface for it. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

I am working on a project in c++. And I have to creat a gui interface for it.

Please anyone share some link or pdf etc( any helping material) to learn how to gui in c++. I will be very grateful to you.

15th May 2020, 11:51 PM
ZIA REHMAN
2 Answers
+ 6
There are plenty of free portable GUI libraries and frameworks, each with its own strengths and weaknesses: Qt :- https://www.qt.io/ Dear ImGui :- https://github.com/ocornut/imgui GTKmm (based on GTK+) :- https://www.gtkmm.org/en/ wxWidgets :- http://www.wxwidgets.org/ FLTK :- https://www.fltk.org/ Ultimate++ :- https://www.ultimatepp.org/ JUCE :- https://juce.com/ Especially Qt has nice tutorials and tools which help you getting started in making gui but is a heavy tool to install. You can easily get the well explained documentations on their respective website or/and if you want video tutorials then you can always use YouTube for that.for example this one is very good video which starts from very basics of gui using wxwidgits👇 https://youtu.be/FOIbK4bJKS8
16th May 2020, 12:50 AM
Arsenic
Arsenic - avatar
+ 3
Here's a video course on YouTube for qt5. HTH! https://youtu.be/Et_bgnJ_Hhg
16th May 2020, 1:01 AM
ChaoticDawg
ChaoticDawg - avatar