Learn how to program cross platform graphical user interfaces in C++ using wxWidgets.
How to create a wxWidgets project the fast and easy way?This video will show you how you can use a property sheet to setup a wxWidgets project in Visual Studio.
Installation video:
• C++ GUI Programming For Beginners | Episod...
Test Program:
https://ottobotcode.com/gui/FirstGui.cpp
wxWidgets website:
https://www.wxwidgets.org/
Chapters:
0:00 - Plan
0:10 - Installation
0:59 - Creating a project
1:30 - Adding a property sheet
2:17 - Changing subsystem
2:55 - Testing if it worked