I wanted to get a nice look on C and WinAPI with this simple Paint project.
git clone https://github.com/AnanasikDev/CWINAPI- open the directory, make a
buildsubdirectory and go in it cmake -S ../ -G "YOUR_BUILD_TOOLCHAIN"<- set the actual build toolchain you are going to use, for exampleMinGW MakefilesorVisual Studio 17 2022cd build & cmake --build .