David Zhao documenting things of interest when time allows

New Site

Hi there! I’m David Zhao. This is a new site for documenting topics that I’m interested in. Read more

Test page on C++

This is a test page on C++ coding. Let’s see how it works.. // some C++ code here... On(ID_BUTTON, [this]() { custom.SetText(L"The button was clicked"); }); Read more