ebnbatran / fundraisers

Fundraiser App With SQLite3 and C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fundraisers

Fundraiser App With SQLite3 and C++

Description

This is a C++ project using SQLite3 API to automate a fundraiser collecting system

It uses an adequet design and principles of OOP


Classes

1 - Fundraiser:

To manage fundraiser objects

Contains basic information about the fundraiser


2 - Person:

Contains basic info about persons in a fundraiser


3 - Payment:

Basic info about payments of a person


4 - SQL:

Defines static methods to generate SQL statements


5 - DatabaseHandler:

Utilizes the SQL class to connect with the database

Including methods to create, modify, delete records and tables


6 - DataGatherer:

Manages the GUI which gathers data from the user


7 - GUI:

Defines static methods to create the user interface and display errors

About

Fundraiser App With SQLite3 and C++


Languages

Language:C++ 100.0%