An open API service indexing awesome lists of open source software.

https://github.com/yusufsefasezer/cpp-sqlite-contact-list

A simple contact list application developed with Modern C++ and SQLite.
https://github.com/yusufsefasezer/cpp-sqlite-contact-list

contact-list cpp-examples cpp-exercises cpp17 modern-cpp sqlite

Last synced: 20 days ago
JSON representation

A simple contact list application developed with Modern C++ and SQLite.

Awesome Lists containing this project

README

          

# C++ SQLite Contact List

A simple contact list application developed with Modern C++ and SQLite.

## [Download](https://github.com/yusufsefasezer/cpp-sqlite-contact-list/archive/master.zip)

## Screenshot
![Windows](screenshot/windows.jpg)
![Linux](screenshot/linux.png)

## How to compile

```sh
cmake .
cmake --build .
./CppContactList
```

# License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details

Created by [Yusuf Sezer](https://www.yusufsezer.com)