An open API service indexing awesome lists of open source software.

https://github.com/pradeepchegur/media_sharing_system_oops_model

This repository contains a simple C++ implementation of a media sharing system using object-oriented programming principles.
https://github.com/pradeepchegur/media_sharing_system_oops_model

cpp oops-in-cpp

Last synced: 3 months ago
JSON representation

This repository contains a simple C++ implementation of a media sharing system using object-oriented programming principles.

Awesome Lists containing this project

README

        

# Media_Sharing_System_OOPS_Model
This repository contains a simple C++ implementation of a media sharing system using object-oriented programming principles.

# Features
* Supports two types of media: images and videos.
* Each media item has attributes such as name, date created, and size.
* Images have formats like JPEG, PNG, etc., while videos have formats like MP4, AVI, etc.
* Media items can be shared through Bluetooth, email, and WhatsApp.