https://github.com/krishnakartik1/rushdialservices
This is a simplistic take on Just Dial that was done as the final project for grade 12 CBSE.
https://github.com/krishnakartik1/rushdialservices
cpp graphics oop-principles
Last synced: 12 months ago
JSON representation
This is a simplistic take on Just Dial that was done as the final project for grade 12 CBSE.
- Host: GitHub
- URL: https://github.com/krishnakartik1/rushdialservices
- Owner: krishnakartik1
- Created: 2018-06-19T07:24:05.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-21T13:33:00.000Z (about 8 years ago)
- Last Synced: 2025-04-06T18:51:18.743Z (over 1 year ago)
- Topics: cpp, graphics, oop-principles
- Language: C++
- Homepage:
- Size: 660 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rush Dial Services
1. This is a simplistic take on *Just Dial* that was done as the final project for grade 12 CBSE.
2. This service allows one to register with the project and allows the registered user to access various features like viewing the restaurants in the nearby locality ,having them arranged by type ,price and rating, viewing shopping centres in the local area based on what you want to purchase such as apparel or something else sorting it based on what you wish to sort it on.
3. This also allows you to view the local cinema’s and see what movies are available and allowing you to book seats for the film using a user friendly interface, which will then take you to the credit screen to pay for your seats, the project gives you bonus points based on the purchases made in the cinema bookings which you can use for premium offers. It also allows you to view your profile and edit information for your profile.
## Execute
1. Add the [main(2).cpp](https://github.com/krishnakartik1/RushDialServices/blob/master/main%20(2).cpp) to a project using any C++ IDE. This project originally ran on DEV-CPP and Code Blocks.
2. Configure the use of graphics in the project.
3. The [exe](bin/Debug/project12.exe) file of this project is given in the repository