+ 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.

26th Oct 2020, 11:03 PM
Display T14
Display T14 - avatar
2 ответов
+ 1
Yes yes you can . Basically most of the programing languages support it
27th Oct 2020, 12:32 AM
Ayush Kumar
Ayush Kumar - avatar
+ 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.
27th Oct 2020, 12:38 AM
Arsenic
Arsenic - avatar