+ 1
Can I create a Gui using C++?
I'm learning C++ coding things and I was wondering if I could create some apps on my pc like a small window or a tab and if it's possible let me know pls.
4 Respuestas
+ 1
Yes yes you can . Basically most of the programing languages support it
+ 3
There are a lot of gui toolkits for C++ that you can use to create GUI applications using C++, some of them are :-
1) Qt (https://www.qt.io/)
2) Wxwidgits ( http://www.wxwidgets.org/ )
3) GTKmm ( https://www.gtkmm.org/en/ )
And many more.