+ 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.
4 Réponses
+ 2
Hi the only C++ GUI development tool I know is QT.