C++ Software Development | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

C++ Software Development

Are there any platforms used for creating graphical software using C++?

13th May 2019, 12:02 AM
androidCoder255
androidCoder255 - avatar
2 Answers
+ 3
-QT -WxWidgets WxWidgets is open source, comes with over 1000 tutorials when installed. Its around 300mb. Qt is probably the easiest GUI framework for c++. But its pretty big 8gb.
13th May 2019, 4:45 AM
Mensch
Mensch - avatar
+ 1
For GUI, I normally use Qt framework if C++ is a requirement https://wiki.qt.io/About_Qt
13th May 2019, 12:58 AM
ArisV
ArisV - avatar