https://github.com/englishexe/random-prize-in-cpp
https://github.com/englishexe/random-prize-in-cpp
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/englishexe/random-prize-in-cpp
- Owner: Englishexe
- Created: 2023-08-14T11:53:27.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-14T12:04:05.000Z (almost 3 years ago)
- Last Synced: 2025-06-03T20:15:40.605Z (about 1 year ago)
- Language: C++
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Random-Prize-In-CPP
Project Status: 🟢 - Complete
Overview:
In this program the user launches the file and is presented a prize. (Made while I was learning CPP code may be blocky)
Langauges:
Tools:
Description:
Using CPP, VScode and GCC I have created a simple program that generates a prize using the stand function. This was a simple demo project so I could understand how CPP works.
Developer Docs
For forking & bug fixing
Variables:
int randNum - Holds the integer number for the prize.
14/08/23 - V1 - Final