Is it possible to create a UI in c++? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Is it possible to create a UI in c++?

Can you create a ui with clickable buttons that take you to different screens, if so, how do you do that?

4th Jan 2017, 11:22 PM
Tomas Brainskas
Tomas Brainskas - avatar
3 Answers
+ 3
It's very possible, but what do you mean with taking you to different screens? There's a lot of libraries as well, see Qt, GTKmm, wxWidgets, FLTK, Ultimate++, JUCE
4th Jan 2017, 11:26 PM
Alex
Alex - avatar
+ 1
Use Qt. If you're a beginner in this respect, and you would like to get in to Windows forms, I would highly recommend C#. You don't have to be advanced in C# at all to get started with forms, in actual fact you'd have a much easier time in C# than you would in C++, but if you're up for the challenge and extra effort, then refer to the answer above.
4th Jan 2017, 11:26 PM
Cohen Creber
Cohen Creber - avatar
0
@Alex I am talking about a very basic program for example if you click a button it would show a picture.
4th Jan 2017, 11:28 PM
Tomas Brainskas
Tomas Brainskas - avatar