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

UI for a C++ program

How would I create a good UI for a C++ program? The program has a menu that is recurring and a bunch of processes I just want to make it look better. I made it on Visual Studios so it's ready to roll I just dont know how to do graphics. Any suggestions?

2nd Jan 2020, 7:11 AM
Warriors Path
Warriors Path - avatar
3 Answers
+ 1
SDL2 is pretty good for C++ graphics.
2nd Jan 2020, 7:14 AM
Rain
Rain - avatar
+ 4
Warriors Path you could also try Qt5 and Gtk+ If you're building cross-platform apps, Qt5 would be better
2nd Jan 2020, 7:30 AM
Aymane Boukrouh
Aymane Boukrouh - avatar
0
I'm relatively new to programming, it took me almost a week to create the program. It's only about 150 lines but I was learning as I went. Could you explain please?
2nd Jan 2020, 7:17 AM
Warriors Path
Warriors Path - avatar