Skip to content

elqabasy/Scholarship-Database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scholarship Database Interface

Description

This is a simple interface for help our OOP Team-Project to save Scholarship System Data, With high speed, quality and performance.

Used Libraries

  • sqlite3

Code Practice (Syntax)

  • Vriable naming

    Kabab case with pre-underscore: ex. for private data in c++

      _expire_date = 0;
      _create_date = 0;
    
  • Methods naming

    camel case:

      getName();
    

App

    - Uing code 

Team Members

  • Mahros AL-Qabasy (TASK CREATOR)
  • Ahmed Yaser Abdelrahman
  • Ahmed Yaser Unkown
  • Mostafa Saleh
  • AL-Desouky
  • Khadiga

Instructor (Our inspiration)

Under Supervision of: Dr.Mahmoud Safwet.

  • He studied in England and has extensive experience in this field.

About

Simple Database Management System based on Object Oriented Programming using c++.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors