Winapi-GUI-programming-in-Cpp17
Winapi GUI programming in C++17
Introduction.
Chapter 1. Building a GUI message box “Hello, world!” in Visual Studio.
1.1. The C++ example.
1.2. New stuff involved in building a GUI program.
1.3. Building in Visual Studio.
Chapter 2. An introduction to command line work.
2.1. Help and documentation for Windows’ commands.
2.2. Command line concepts & basic usage / MinGW g++.
2.3. Visual C++.
Chapter 3. General window creation & message handling, minimal.
3.1. Window parts.
3.2. Window creation.
3.3. Window events, a.k.a. messages.
3.4. The complete program, version 0.
3.5. Avoid inadvertent use of ANSI functions by requiring
UNICODE
.