0
How do I develop a GUI software using c++
I've been practicing c++ for a good time but most of the programs I've been creating were CLI, now I want to dig deep into GUI software
3 ответов
+ 2
You need a gui framework like QT, wxwidget, imgui etc.
For Android guis with c++ you of course need android studio
For games, you need engines like Godot, unity, cocos2d and sfml.
Also, it's very good that you decide to start gui programming. Console apps are in the 90s idk but GUI make you think very close to a real world application.
+ 1
There would be packages for it for sure.
Time to get searching!
https://sololearn.com/compiler-playground/cwnpB9LUGia2/?ref=app
https://sololearn.com/compiler-playground/cr57ST36dJRj/?ref=app
https://sololearn.com/compiler-playground/W0uW3Wks8UBk/?ref=app
https://www.sololearn.com/discuss/108658/?ref=app
https://www.sololearn.com/discuss/321281/?ref=app
https://www.sololearn.com/discuss/1679614/?ref=app
0
h