+ 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?
3 Respuestas
+ 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
+ 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.
0
@Alex I am talking about a very basic program for example if you click a button it would show a picture.