Tag: Windows

  • Windows C++ — Simplest Desktop Program

    I’m much more of a Linux C++ developer, but here’s a quick start example of a CMake project that opens a window in Windows 10/11, gets keyboard input and is set up to draw something in the window: main.cpp: CMakeLists.txt