Skip to content

chhengz/library-app-assignment-c-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Assignment C C++, OOP

RUPP 2022-2023
department IT CS (Computer Science)

APP: Library Managament System
Language: C/C++
IDE: Dev Cpp

Features

  • USER

    -> Login User
    -> Register User
    -> Reset Password

  • GUI Console

    -> Table Layout

  • System

    -> Run as Administrator
    -> Fixed resizeble window

         		ROYAL UNIVERSITY OF PHNOM PENH
     		IT G26 Y1 A6
    
     Department	:	IT
     Major		:	Computer Science
     Subject		:	C/C++ OOP, Semester 2, year 1
     Year		:	2022 - 2023
     Lectures	:	Heng Sam An
    
     	** Assignment **
     Library Management System
    
     Main Functions:
     	+ Book Information
     		- INPUT
     		- SHOW
     		- SEARCH
     		- SORT
     		- UPDATE
     		- DELETE
    
     	+ Reader Information
     		- INPUT
     		- SHOW
     		- SEARCH
     		- SORT
     		- UPDATE
     		- DELETE
    
     	+ Borrower Informatin
     		- INPUT
     		- SHOW (Borrower and Returned)
     		- SEARCH
     		- SORT
     		- UPDATE
     		- DELETE
    
     ** Features **
     	+ FILE STREAM
     	+ LOGIN (username and password)
    
    
     ** MEMBERS **
     	1 VANG SOKCHHENG
     	2 VIT SOCHEATA
     	3 MENG MEAKARA
     	4 MENG KIMLEAP
     	5 MAO MEANMEAN
     	6 MOUNG SREYNEAT
     	7 MAY VISAL
    

background