https://github.com/purkit/win32api_snippet
This repository contains C++ code snippet for handleing GUI Window and various other stuff using WIN32 API under the Windows Operating System.
https://github.com/purkit/win32api_snippet
Last synced: 8 months ago
JSON representation
This repository contains C++ code snippet for handleing GUI Window and various other stuff using WIN32 API under the Windows Operating System.
- Host: GitHub
- URL: https://github.com/purkit/win32api_snippet
- Owner: Purkit
- Created: 2023-08-28T14:25:18.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-12T15:58:16.000Z (almost 3 years ago)
- Last Synced: 2025-05-21T22:11:33.284Z (about 1 year ago)
- Language: C++
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Win32API_Snippet
This repository contains code for creating and managing Window with very basic functionality for the Windows Platform.
I use this readymade sample when I need to set up some Windowing in very short time. So this thing saves my time.