/NPB

Ncurses Phone Book written with GCC which uses Ncurses library alogside Sqlite database

Primary LanguageCGNU General Public License v2.0GPL-2.0

NPB

Description

NPB (Ncurses Phone Book) is simple phonebook application which created for educational and learning purposes. The application is developed for Linux platform and runs in command line which utilizes Ncurses library and Sqlite database.

Dependencies

NPB requires the following packages

  • gcc
  • ncurses (for user interface)
  • sqlite 3 lib (for connecting to database)

In Ubuntu for installing Sqlite library use the following command,

$ sudo apt-get install sqlite3 libsqlite3-dev

How to use

For compiling the code just cd to project directory and type following commands.

  • make
  • ./main

Use make clean to remove the compiled file.

Contact

License

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. http://www.gnu.org/licenses/

Copyright 2013-2018 Kasra Madadipouya kasra@madadipouya.com