Skip to content

Latest commit

 

History

History
executable file
·
34 lines (20 loc) · 1.58 KB

README.md

File metadata and controls

executable file
·
34 lines (20 loc) · 1.58 KB

Win32.System Examples

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

win32

  • StringConversion demonstrates the use of std::wcstombs and std::mbstowcs functions.

Generate and build

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

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

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