Skip to content
This repository was archived by the owner on Mar 20, 2019. It is now read-only.

jzych/KursCPP-UniversityDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KursCPP-UniversityDB

Build Status

Post-work for Lesson 2 is to create simple database for storing students data (Name, Surname and Index no). Task is to be divided among members of the group.

Task division

  • CMake + project structure
  • Prototypes for:
    • main function
    • class structure
    • Database record structure
  • Main loop (user interface and dummy functions calls)
  • DB: generic functions to handle database's records:
    • list init (stl vector of pointers)
    • add element to list
    • remove element from list
  • DB: sort list by index

Optional

  • DB: store database in file

About

Lesson2 Post-work

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors