heartyhardy / winapi_clock_demo

A simple clock coded in C++/WinAPI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WinAPI Demos - Clock

A simple clock coded in C++/WinAPI


  1. Creates a window from scratch
  2. Uses GetLocalTime to get the current time
  3. Using a custom font and brushes, renders current time to the window via a Timer

About

A simple clock coded in C++/WinAPI


Languages

Language:C++ 100.0%