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.
- Host: GitHub
- URL: https://github.com/yusufsefasezer/cpp-sqlite-contact-list
- Owner: yusufsefasezer
- License: mit
- Created: 2019-02-14T18:39:13.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-04-25T15:05:59.000Z (about 3 years ago)
- Last Synced: 2025-03-03T18:48:06.581Z (about 1 year ago)
- Topics: contact-list, cpp-examples, cpp-exercises, cpp17, modern-cpp, sqlite
- Language: C++
- Homepage: https://yusufsefasezer.github.io/cpp-sqlite-contact-list/
- Size: 2.04 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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


## 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)