Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

9santa/student-database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Student Database

This is a simple program for operating with a students database.There are 2 versions. The first one is a console-dialog program, where user inputs a number to choose options:

console-dialog

The other one has GUI made with Qt:

Qt GUI

How to use

Console version. To run console program you can either just run the executable (main.exe).

Or build it yourself with a C++ compiler (i used g++).

Easy way to compile with g++ is "g++ main.cpp -o main.exe". To load database from a file, choose the right option and enter full file name (groups_30.csv || groups_1000.csv). There is a large and a small .csv file in the directory.

GUI Version.

For Qt GUI program you can simply run the "gui.exe" executable. The interface there should be intuitive.

About

cli & Qt gui program for student database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published