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

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.

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.