Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thepaqui/sample_win32_cpp20

Sample program using C++20 with Win32 API
https://github.com/thepaqui/sample_win32_cpp20

cpp cpp20 template win32 win32api

Last synced: 10 days ago
JSON representation

Sample program using C++20 with Win32 API

Awesome Lists containing this project

README

        

# Sample_Win32_CPP20

![demo](https://github.com/thepaqui/Sample_Win32_CPP20/assets/117783405/bad329d4-d7fa-4531-a288-dcf0f5e085d0)
(Colors change when you press the space bar)

This is a sample code in C++20, using the Win32 API.
I made this in order to familiarize myself with this API.
Thus, it contains a lot of comments overexplaining lots of stuff.
I have only tested this on **Windows 10**.

## About
Feel free to consult or reuse this however you want, no need to give credits.
If you have any questions about Win32, [Microsoft Learn](https://learn.microsoft.com/) is the best website for documentation about it.
[This tutorial](https://learn.microsoft.com/fr-fr/windows/win32/learnwin32/learn-to-program-for-windows) in particular will help you get started with all the basics.