Skip to content

Teneroy/ITMO_F_multilist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ITMO_F_multilist

Multilist implementation on C++. This program read studet list from data.txt, and courses list from data2.txt. You can subscribe student to the course or unsubscribe them. You can also delete from students from course or all courses from student. Moreover, you can get student's courses or courses students.

Start

Compile, for example with g++:

g++ Multilist.cpp main.cpp -o multilist

Run compiled program

About

🎓Implementation of multilists structure

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages