How to implement a GUI in a C++ app? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How to implement a GUI in a C++ app?

I've only been making console applications with C++, and although I still find it hard at times to develop those small apps (below 100 lines of code), I'd like to move on to programs which offer the user more than a TUI to interact with. Since I'd fancy to develop a simple game, like Pong, I would really like to know of a way to create non text based graphics. Any help is much appreciated.

4th Mar 2017, 3:49 PM
NNNicomedes
NNNicomedes - avatar
1 Answer
+ 2
Hi the only C++ GUI development tool I know is QT.
4th Mar 2017, 3:59 PM
Edi Lipovac
Edi Lipovac - avatar