+ 3
How can i creaste a user interfaces for a program in c++ ?
3 Answers
+ 5
You can use c++ graphics to create user interface .
But c++ graphics are not good becoz their is pixels colors.
+ 2
Look for graphics or sdl or other library in c/c++ ...
- 2
on Windows:
1) register window class
2) create window
3) handle msg with wndproc