Skip to content

A Visual Studio C++ CLI application for every day tasks, with SQLITE3 database.

Notifications You must be signed in to change notification settings

chronis10/todo_list_cli_sqlite3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Visual Studio C++ CLI application for every day tasks, with SQLITE3 database.

Dependientes

  • sqlite3
  • fmt

For the dependientes used the vcpkg package manager. Microsoft VKPG

For x64

./vkpg.exe install fmt
./vkpg.exe install sqlite3

For x86

./vkpg.exe install fmt:x86-windows
./vkpg.exe install sqlite3:x86-windows

Usage

  • todo_list.exe
  • todo_list.exe tasks

About

A Visual Studio C++ CLI application for every day tasks, with SQLITE3 database.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages