+ 3
Can I use c++ as making a software with graphics
I am beginner of c++ language I saw many examples of c++ coding but only in black screen. Is there any method to fill colors in c++ programme ??? If yes , so what that method????? Plzzzz. Give me advise .........😇😇😇
2 odpowiedzi
+ 2
There are many frameworks and libraries available to build GUI based app using C++.
For beginners I suggest Qt or wxwidgets. Both of them are very easy to use and setup. Additionally Qt, comes with its own IDE, GUI designer and whole lot of libraries to make things easier.