March 4, 200719 yr Are there any good books / websites for making a Graphical User Interface using C++? I know a fair bit about C++, and the workings of it already.
March 4, 200719 yr There are 2 ways to make a GUI. 1 is dialogs, the other is Windows API. I suggest http://winprog.org for a few basic tutorials on both. I have no idea about the books considering I never read a book. I learned through trial and error.
Create an account or sign in to comment