https://github.com/doccaico/study-win32api-cpp
study windows api in c++
https://github.com/doccaico/study-win32api-cpp
Last synced: 4 months ago
JSON representation
study windows api in c++
- Host: GitHub
- URL: https://github.com/doccaico/study-win32api-cpp
- Owner: doccaico
- Created: 2025-06-06T12:39:42.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-06T23:06:44.000Z (about 1 year ago)
- Last Synced: 2025-06-07T00:19:24.090Z (about 1 year ago)
- Language: Batchfile
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# study-win32api
## Build and Run
```sh
## Debug
$ run.cmd message_box
## or
$ run.cmd message_box --debug
## Release
$ run.cmd message_box --release
```