Rocket254
- 33
- 0
Need recommendations for a good C++ GUI book...
... or an on-line tutorial. Thanks.
... or an on-line tutorial. Thanks.
This discussion focuses on recommendations for C++ GUI programming resources, highlighting key books and toolkits. "C++ GUI Programming with Qt 4" by Jasmin Blanchette and Mark Summerfield is highly recommended for those using the Qt framework. For wxWidgets, "Cross-Platform GUI Programming with WxWidgets" is suggested, while "Programming Windows with MFC" is noted for MFC enthusiasts. The conversation emphasizes the importance of selecting the appropriate GUI toolkit based on the platform and the user's programming background.
PREREQUISITESBeginner and intermediate C++ developers, GUI programmers, and anyone interested in cross-platform application development using Qt or wxWidgets.
Tacomablack said:C++ GUI Programming with Qt 4
by Jasmin Blanchette and Mark Summerfield
symbolipoint said:I would like to try learning C++ or C... How would I know where I'm qualified to start?
And neither does the full version of VS. MS has moved it to the SDK for everyone. Of course, the VS disk comes with the SDK unlike the Express edition.You can download the MFC libs as part of the platform SDK but I don't think the Express edition includes a resource editor.