Tagged Questions
3
votes
11answers
12k views
How do I create a GUI for a windows application using C++?
I am deciding on how to develop a GUI for a small c++/win32 api project (working Visual Studio C++ 2008). The project will only need a few components to start off the main process so it will be very ...