Desktop Windows programming starting from the ground up in C++17.
I haven’t decided how far to take this. I’ll add more as I have free time to fill, maybe once a week or two weeks. Free time include those times when I get too bored with other stuff.
TLDR short contents:
Full contents:
<windows.h>
inclusion; support machinery; window message cracking.WM_PAINT
.WM_SIZE
+ InvalidateRect
.WM_ERASEBKGND
and using double buffering.Perhaps a useful link: The tutorial’s Github project.
Also, if you want to report a problem or possible improvement, check out the issues page.