Skip to content

Created for igcse cie (0478) cs pre-release from paper 2 variant 1 in c++ purely for fun.

Notifications You must be signed in to change notification settings

sadmuphin/school-voting-program.cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

school-voting-program.cpp

Created for igcse cie (0478) cs pre-release from paper 2 variant 1 in c++ purely for fun.
Code is a little messy and spagetti as i rarely write in c/c++.

Build

This was built and tested only on linux (Ubuntu 20.4). Uses C++17 (g++ toolchain). You can download, compile and run it if you are using any other unix or linux based systems (mac os, ubuntu, mint, etc..):

$ git clone https://github.com/cryptidv/school-voting-program.cpp.git && cd school-voting-program.cpp && g++ main.cpp -std=c++17 -o program.out && ./program.out
Note: The above assumes you have the g++ toolchain installed on your system.

This is a completely useless program and I probably wont use it in the exam, but why not?
Also please note that this was never compiled and tested on windows, and owing to the fact that I used a ton of bash color-codes, it'll probably look like a mess.. (though i have no idea if windows command prompt can properly display bash color-codes..)
If you do want to run this on windows you'll need visual code c++ stuff downloaded..

About

Created for igcse cie (0478) cs pre-release from paper 2 variant 1 in c++ purely for fun.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages