Skip to content

yusufsefasezer/cpp-sqlite-contact-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C++ SQLite Contact List

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

Screenshot

Windows Linux

How to compile

cmake .
cmake --build .
./CppContactList

License

This project is licensed under the MIT License. See the LICENSE file for details

Created by Yusuf Sezer