How can i creaste a user interfaces for a program in c++ ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

How can i creaste a user interfaces for a program in c++ ?

15th Aug 2020, 5:05 PM
Claudio Cabral
Claudio Cabral - avatar
3 Answers
+ 5
You can use c++ graphics to create user interface . But c++ graphics are not good becoz their is pixels colors.
17th Aug 2020, 4:55 PM
A S Raghuvanshi
A S Raghuvanshi - avatar
+ 2
Look for graphics or sdl or other library in c/c++ ...
15th Aug 2020, 6:39 PM
HBhZ_C
HBhZ_C - avatar
- 2
on Windows: 1) register window class 2) create window 3) handle msg with wndproc
15th Aug 2020, 7:35 PM
Flash