Can I use c++ as making a software with graphics | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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 .........😇😇😇

5th Apr 2018, 2:52 AM
Vishal Singh
Vishal Singh - avatar
1 Answer
+ 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.
5th Apr 2018, 2:56 AM
Bishal Sarang
Bishal Sarang - avatar