A simple TODO-list manager that uses an SQLite database and shows off the command, singleton and iterator pattern. Written in modern C++.
Desktop Development with C++ needs to be installed for Visual Studio.
Run with Developer Command Prompt for VS 2022:
cmake --preset windows
Open the Visual Studio solution in the build folder or run:
cmake --build build --parallel
call build\Debug\sqlite_todo.exeCMake and XCode is required.
cmake --preset macOpen the XCode project placed in the build directory.