Skip to content

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

License

Notifications You must be signed in to change notification settings

SoftwareWorks/Win32Examples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Win32 Examples

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

System

Win32.System contains Win32 System examples.

Gui

Win32.Gui contains Win32 controls examples.

UnitTest

Win32.UnitTest contains Win32 UnitTest examples.

Download

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

Generate and build

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

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

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

Remarks

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 86.6%
  • CMake 13.3%
  • C 0.1%