gammasoft71 / Examples_Win32

Shows how to use Win32 controls by programming code (c++17).

Home Page:https://gammasoft71.wixsite.com/gammasoft/win32

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Win32 Examples

Shows how to use Win32 api by proghramming code (c++17).

win32

Win32.System contains Win32 console examples (CLI).

Win32.Gui contains Win32 controls examples (GUI).

  • HelloWorlds contains Win32 unit test "Hello, World!" examples.

Download

git clone https://github.com/gammasoft71/Examples_Win32

Generate and build

To build this project, open "Console" and type following lines:

mkdir build && cd build
cmake .. 
start Win32.sln

Select any project and type Ctrl+F5 to build and run it.

Remarks

This project run only on Windows with Visual Studio 2019 or above and CMake.

See Desktop App User Interface for more informations.

About

Shows how to use Win32 controls by programming code (c++17).

https://gammasoft71.wixsite.com/gammasoft/win32

License:MIT License


Languages

Language:C++ 86.1%Language:CMake 13.9%Language:C 0.0%