Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/thepaqui/sample_win32_cpp20
- Owner: thepaqui
- Created: 2023-10-06T16:02:08.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-21T23:08:23.000Z (about 1 year ago)
- Last Synced: 2023-10-22T00:21:41.553Z (about 1 year ago)
- Topics: cpp, cpp20, template, win32, win32api
- Language: C++
- Homepage:
- Size: 368 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.