/Blim

Console project that seeks to recreate the "Blim" streaming services platform.

Primary LanguageC++

Blim

Console project in c++ for data structure subject that seeks to recreate the "Blim" streaming services platform.

Mainly focused on file management, some of the elements that this project contains are:

  • Delimiters
  • Dimension fields
  • Fixed length records
  • Indexes
  • Serialization
  • Encryption
  • Hashing

The implementation was coded with an object-oriented approach and has two interfaces, one for the administrator and one for the users.

Screenshots

image

image

How to use it

The project was coded in CodeBlocks 20.03, to use the program, just open the project file

More information about the project in the documentation

Authors