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: about 1 year 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-21T23:08:23.000Z (over 2 years ago)
- Last Synced: 2025-02-14T22:32:19.113Z (about 1 year ago)
- Topics: cpp, cpp20, template, win32, win32api
- Language: C++
- Homepage:
- Size: 368 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sample_Win32_CPP20

(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.