David Zhao documenting things of interest when time allows

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");
});