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

https://github.com/englishexe/random-prize-in-cpp


https://github.com/englishexe/random-prize-in-cpp

Last synced: 8 months ago
JSON representation

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:



CPP

Tools:



VisualStudioCode

GCC

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