https://github.com/bashlui/views_project
OOP FInal Project
https://github.com/bashlui/views_project
Last synced: over 1 year ago
JSON representation
OOP FInal Project
- Host: GitHub
- URL: https://github.com/bashlui/views_project
- Owner: bashlui
- Created: 2024-06-03T19:13:34.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-14T13:23:40.000Z (about 2 years ago)
- Last Synced: 2025-02-15T19:47:32.723Z (over 1 year ago)
- Language: C++
- Size: 208 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Views: Streaming with all
In this repository, we developed the code for the final project for OOP Class.
Here are the instructions to run it on Replit or your local machine.

## Replit execution
In the [Replit](https://replit.com/join/ebuqvcchbl-codewithlui) Shell, use the following commands to execute the code.
```bash
cd src
g++ main.cpp ./Classes/Movies.cpp ./Classes/Video.cpp ./Classes/Series.cpp ./Classes/Video2.cpp ./Classes/Episodes.cpp
./test
```
When executing the code, i recommend that the Shell window is on full screen.
## Installing in your own machine
To install it in your own machine, you have to install [Git](https://www.git-scm.com/downloads) in your own machine, then you check your directory and execute:
```bash
git clone (you obtain the link in the green button that says "Code")
```
To run it, it's the same steps as Replit.