GUI for C++ | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

GUI for C++

Hi there has anyone experience with Graphic User Interfaces in C++. I'd like to write some basic programs to simplify my daily work. However, console applications are sometimes too cryptic. So I'd like to write some programs with a GUI. I am using Code Blocks on a Win10 PC. I'm curious how to start the GUI programming.

12th Sep 2018, 5:04 AM
Henry
Henry - avatar
5 Answers
+ 3
Also good libraries: OpenGL and SFML.
13th Sep 2018, 12:09 PM
Dmytro Kovryzhenko
Dmytro  Kovryzhenko - avatar
+ 2
There are plenty of free portable GUI libraries, each with its own strengths and weaknesses: Qt GTKmm (based on GTK+) wxWidgets FLTK Ultimate++ JUCE ... Especially Qt has nice tutorials and tools which help you getting started. Enjoy! Note, however, that you should avoid platform specific functionality such as the Win32 API or MFC. That ties you unnecessarily on a specific platform with almost no benefits.
12th Sep 2018, 8:30 AM
Arash Abdous
Arash Abdous - avatar
+ 1
Do you have some experience with some of these libraries in different IDEs. Are they dependent?
12th Sep 2018, 9:59 AM
Henry
Henry - avatar
+ 1
No it's depending to ide
13th Sep 2018, 5:56 AM
Arash Abdous
Arash Abdous - avatar
+ 1
WINAPI (Win32)
18th Dec 2018, 6:15 PM
Baltazarus
Baltazarus - avatar