Ghibranalj / win32-api

learning win32 api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

C/C++ project template

My barebones project structure for c and c++ with flat project structure.

How it works

To build use this command:

make
# or
make all

To run executable use this command

make run

To initialize LSP for vim, emacs , or vscode

make lsp

About

learning win32 api


Languages

Language:Makefile 92.4%Language:C++ 7.6%